Lines Matching refs:head
123 skb->head - (unsigned char *)uh);
140 skb->csum_start = skb_transport_header(skb) - skb->head;
425 static struct sk_buff *udp_gro_receive_segment(struct list_head *head,
450 list_for_each_entry(p, head, list) {
506 struct sk_buff *udp_gro_receive(struct list_head *head, struct sk_buff *skb,
525 pp = call_gro_receive(udp_gro_receive_segment, head, skb);
541 list_for_each_entry(p, head, list) {
559 pp = call_gro_receive_sk(udp_sk(sk)->gro_receive, sk, head, skb);
578 struct sk_buff *udp4_gro_receive(struct list_head *head, struct sk_buff *skb)
604 pp = udp_gro_receive(head, skb, uh, sk);
617 skb->csum_start = (unsigned char *)uh - skb->head;