diff options
author | Tom Herbert <tom@herbertland.com> | 2016-05-18 12:06:23 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-05-20 18:03:17 -0400 |
commit | b8921ca83eed2496108ee308e9a41c5084089680 (patch) | |
tree | 9400ae3ef96f992095d518f057b0d6db970f90ee /include/net/inet_common.h | |
parent | 815d22e55b0eba3bfb8f0ba532ce9ae364fee556 (diff) |
ip4ip6: Support for GSO/GRO
Signed-off-by: Tom Herbert <tom@herbertland.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/inet_common.h')
-rw-r--r-- | include/net/inet_common.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/net/inet_common.h b/include/net/inet_common.h index 109e3ee9108c..5d683428fced 100644 --- a/include/net/inet_common.h +++ b/include/net/inet_common.h | |||
@@ -39,6 +39,11 @@ int inet_ctl_sock_create(struct sock **sk, unsigned short family, | |||
39 | int inet_recv_error(struct sock *sk, struct msghdr *msg, int len, | 39 | int inet_recv_error(struct sock *sk, struct msghdr *msg, int len, |
40 | int *addr_len); | 40 | int *addr_len); |
41 | 41 | ||
42 | struct sk_buff **inet_gro_receive(struct sk_buff **head, struct sk_buff *skb); | ||
43 | int inet_gro_complete(struct sk_buff *skb, int nhoff); | ||
44 | struct sk_buff *inet_gso_segment(struct sk_buff *skb, | ||
45 | netdev_features_t features); | ||
46 | |||
42 | static inline void inet_ctl_sock_destroy(struct sock *sk) | 47 | static inline void inet_ctl_sock_destroy(struct sock *sk) |
43 | { | 48 | { |
44 | if (sk) | 49 | if (sk) |