Lines Matching refs:sk_buff
36 static int ipv6_gso_pull_exthdrs(struct sk_buff *skb, int proto) in ipv6_gso_pull_exthdrs()
71 static struct sk_buff *ipv6_gso_segment(struct sk_buff *skb, in ipv6_gso_segment()
74 struct sk_buff *segs = ERR_PTR(-EINVAL); in ipv6_gso_segment()
182 INDIRECT_CALLABLE_DECLARE(struct sk_buff *tcp6_gro_receive(struct list_head *,
183 struct sk_buff *));
184 INDIRECT_CALLABLE_DECLARE(struct sk_buff *udp6_gro_receive(struct list_head *,
185 struct sk_buff *));
186 INDIRECT_CALLABLE_SCOPE struct sk_buff *ipv6_gro_receive(struct list_head *head, in ipv6_gro_receive()
187 struct sk_buff *skb) in ipv6_gro_receive()
190 struct sk_buff *pp = NULL; in ipv6_gro_receive()
191 struct sk_buff *p; in ipv6_gro_receive()
294 static struct sk_buff *sit_ip6ip6_gro_receive(struct list_head *head, in sit_ip6ip6_gro_receive()
295 struct sk_buff *skb) in sit_ip6ip6_gro_receive()
309 static struct sk_buff *ip4ip6_gro_receive(struct list_head *head, in ip4ip6_gro_receive()
310 struct sk_buff *skb) in ip4ip6_gro_receive()
324 INDIRECT_CALLABLE_DECLARE(int tcp6_gro_complete(struct sk_buff *, int));
325 INDIRECT_CALLABLE_DECLARE(int udp6_gro_complete(struct sk_buff *, int));
326 INDIRECT_CALLABLE_SCOPE int ipv6_gro_complete(struct sk_buff *skb, int nhoff) in ipv6_gro_complete()
354 static int sit_gro_complete(struct sk_buff *skb, int nhoff) in sit_gro_complete()
361 static int ip6ip6_gro_complete(struct sk_buff *skb, int nhoff) in ip6ip6_gro_complete()
368 static int ip4ip6_gro_complete(struct sk_buff *skb, int nhoff) in ip4ip6_gro_complete()
384 static struct sk_buff *sit_gso_segment(struct sk_buff *skb, in sit_gso_segment()
393 static struct sk_buff *ip4ip6_gso_segment(struct sk_buff *skb, in ip4ip6_gso_segment()
402 static struct sk_buff *ip6ip6_gso_segment(struct sk_buff *skb, in ip6ip6_gso_segment()