Lines Matching defs:head
31 #define indirect_call_gro_receive_l4(f2, f1, cb, head, skb) \
35 INDIRECT_CALL_L4(cb, f2, f1, head, skb); \
117 skb->network_header = skb_mac_header(skb) + nhoff - skb->head;
130 skb->head - (unsigned char *)(ipv6h + 1);
134 skb->network_header = (u8 *)ipv6h - skb->head;
184 INDIRECT_CALLABLE_SCOPE struct sk_buff *ipv6_gro_receive(struct list_head *head,
235 list_for_each_entry(p, head, list) {
281 ops->callbacks.gro_receive, head, skb);
292 static struct sk_buff *sit_ip6ip6_gro_receive(struct list_head *head,
304 return ipv6_gro_receive(head, skb);
307 static struct sk_buff *ip4ip6_gro_receive(struct list_head *head,
319 return inet_gro_receive(head, skb);