Lines Matching refs:sk_buff
17 static void tcp_gso_tstamp(struct sk_buff *skb, unsigned int ts_seq, in tcp_gso_tstamp()
32 static struct sk_buff *tcp4_gso_segment(struct sk_buff *skb, in tcp4_gso_segment()
54 struct sk_buff *tcp_gso_segment(struct sk_buff *skb, in tcp_gso_segment()
57 struct sk_buff *segs = ERR_PTR(-EINVAL); in tcp_gso_segment()
65 struct sk_buff *gso_skb = skb; in tcp_gso_segment()
178 struct sk_buff **tcp_gro_receive(struct sk_buff **head, struct sk_buff *skb) in tcp_gro_receive()
180 struct sk_buff **pp = NULL; in tcp_gro_receive()
181 struct sk_buff *p; in tcp_gro_receive()
274 int tcp_gro_complete(struct sk_buff *skb) in tcp_gro_complete()
291 static struct sk_buff **tcp4_gro_receive(struct sk_buff **head, struct sk_buff *skb) in tcp4_gro_receive()
304 static int tcp4_gro_complete(struct sk_buff *skb, int thoff) in tcp4_gro_complete()