Lines Matching refs:sk_buff
16 static void tcp_gso_tstamp(struct sk_buff *skb, struct sk_buff *gso_skb, in tcp_gso_tstamp()
34 static void __tcpv4_gso_segment_csum(struct sk_buff *seg, in __tcpv4_gso_segment_csum()
55 static struct sk_buff *__tcpv4_gso_segment_list_csum(struct sk_buff *segs) in __tcpv4_gso_segment_list_csum()
59 struct sk_buff *seg; in __tcpv4_gso_segment_list_csum()
88 static struct sk_buff *__tcp4_gso_segment_list(struct sk_buff *skb, in __tcp4_gso_segment_list()
98 static struct sk_buff *tcp4_gso_segment(struct sk_buff *skb, in tcp4_gso_segment()
132 struct sk_buff *tcp_gso_segment(struct sk_buff *skb, in tcp_gso_segment()
135 struct sk_buff *segs = ERR_PTR(-EINVAL); in tcp_gso_segment()
142 struct sk_buff *gso_skb = skb; in tcp_gso_segment()
264 struct sk_buff *tcp_gro_lookup(struct list_head *head, struct tcphdr *th) in tcp_gro_lookup()
267 struct sk_buff *p; in tcp_gro_lookup()
285 struct tcphdr *tcp_gro_pull_header(struct sk_buff *skb) in tcp_gro_pull_header()
312 struct sk_buff *tcp_gro_receive(struct list_head *head, struct sk_buff *skb, in tcp_gro_receive()
316 struct sk_buff *pp = NULL; in tcp_gro_receive()
317 struct sk_buff *p; in tcp_gro_receive()
396 void tcp_gro_complete(struct sk_buff *skb) in tcp_gro_complete()
416 static void tcp4_check_fraglist_gro(struct list_head *head, struct sk_buff *skb, in tcp4_check_fraglist_gro()
420 struct sk_buff *p; in tcp4_check_fraglist_gro()
447 struct sk_buff *tcp4_gro_receive(struct list_head *head, struct sk_buff *skb) in tcp4_gro_receive()
470 INDIRECT_CALLABLE_SCOPE int tcp4_gro_complete(struct sk_buff *skb, int thoff) in tcp4_gro_complete()