Lines Matching refs:sk_buff

23 static struct sk_buff *dummy_gro_rcv(struct sock *sk,  in dummy_gro_rcv()
25 struct sk_buff *skb) in dummy_gro_rcv()
31 typedef struct sk_buff *(*udp_tunnel_gro_rcv_t)(struct sock *sk,
33 struct sk_buff *skb);
147 static struct sk_buff *udp_tunnel_gro_rcv(struct sock *sk, in udp_tunnel_gro_rcv()
149 struct sk_buff *skb) in udp_tunnel_gro_rcv()
163 static struct sk_buff *udp_tunnel_gro_rcv(struct sock *sk, in udp_tunnel_gro_rcv()
165 struct sk_buff *skb) in udp_tunnel_gro_rcv()
172 static struct sk_buff *__skb_udp_tunnel_segment(struct sk_buff *skb, in __skb_udp_tunnel_segment()
174 struct sk_buff *(*gso_inner_segment)(struct sk_buff *skb, in __skb_udp_tunnel_segment()
180 struct sk_buff *segs = ERR_PTR(-EINVAL); in __skb_udp_tunnel_segment()
309 struct sk_buff *skb_udp_tunnel_segment(struct sk_buff *skb, in skb_udp_tunnel_segment()
316 struct sk_buff *segs = ERR_PTR(-EINVAL); in skb_udp_tunnel_segment()
317 struct sk_buff *(*gso_inner_segment)(struct sk_buff *skb, in skb_udp_tunnel_segment()
348 static void __udpv4_gso_segment_csum(struct sk_buff *seg, in __udpv4_gso_segment_csum()
375 static struct sk_buff *__udpv4_gso_segment_list_csum(struct sk_buff *segs) in __udpv4_gso_segment_list_csum()
377 struct sk_buff *seg; in __udpv4_gso_segment_list_csum()
406 static void __udpv6_gso_segment_csum(struct sk_buff *seg, in __udpv6_gso_segment_csum()
430 static struct sk_buff *__udpv6_gso_segment_list_csum(struct sk_buff *segs) in __udpv6_gso_segment_list_csum()
435 struct sk_buff *seg; in __udpv6_gso_segment_list_csum()
462 static struct sk_buff *__udp_gso_segment_list(struct sk_buff *skb, in __udp_gso_segment_list()
480 struct sk_buff *__udp_gso_segment(struct sk_buff *gso_skb, in __udp_gso_segment()
485 struct sk_buff *segs, *seg; in __udp_gso_segment()
637 static struct sk_buff *udp4_ufo_fragment(struct sk_buff *skb, in udp4_ufo_fragment()
640 struct sk_buff *segs = ERR_PTR(-EINVAL); in udp4_ufo_fragment()
699 static struct sk_buff *udp_gro_receive_segment(struct list_head *head, in udp_gro_receive_segment()
700 struct sk_buff *skb) in udp_gro_receive_segment()
703 struct sk_buff *pp = NULL; in udp_gro_receive_segment()
705 struct sk_buff *p; in udp_gro_receive_segment()
784 struct sk_buff *udp_gro_receive(struct list_head *head, struct sk_buff *skb, in udp_gro_receive()
787 struct sk_buff *pp = NULL; in udp_gro_receive()
788 struct sk_buff *p; in udp_gro_receive()
854 static struct sock *udp4_gro_lookup_skb(struct sk_buff *skb, __be16 sport, in udp4_gro_lookup_skb()
874 struct sk_buff *udp4_gro_receive(struct list_head *head, struct sk_buff *skb) in udp4_gro_receive()
878 struct sk_buff *pp; in udp4_gro_receive()
907 static int udp_gro_complete_segment(struct sk_buff *skb) in udp_gro_complete_segment()
924 int udp_gro_complete(struct sk_buff *skb, int nhoff, in udp_gro_complete()
962 INDIRECT_CALLABLE_SCOPE int udp4_gro_complete(struct sk_buff *skb, int nhoff) in udp4_gro_complete()