Lines Matching refs:udphdr
23 struct udphdr *uh = udp_hdr(skb); in __skb_udp_tunnel_segment()
141 skb->csum_offset = offsetof(struct udphdr, check); in __skb_udp_tunnel_segment()
196 udp_hdr(skb)->len = htons(sizeof(struct udphdr) + mss); in __udp_gso_segment_list()
207 struct udphdr *uh; in __udp_gso_segment()
311 struct udphdr *uh; in udp4_ufo_fragment()
324 if (!pskb_may_pull(skb, sizeof(struct udphdr))) in udp4_ufo_fragment()
369 struct udphdr *uh = udp_gro_udphdr(skb); in udp_gro_receive_segment()
371 struct udphdr *uh2; in udp_gro_receive_segment()
389 skb_gro_pull(skb, sizeof(struct udphdr)); in udp_gro_receive_segment()
430 sizeof(struct udphdr)); in udp_gro_receive_segment()
448 struct udphdr *uh, struct sock *sk) in udp_gro_receive()
452 struct udphdr *uh2; in udp_gro_receive()
481 uh2 = (struct udphdr *)(p->data + off); in udp_gro_receive()
493 skb_gro_pull(skb, sizeof(struct udphdr)); /* pull encapsulating udp header */ in udp_gro_receive()
494 skb_gro_postpull_rcsum(skb, uh, sizeof(struct udphdr)); in udp_gro_receive()
516 struct udphdr *uh = udp_gro_udphdr(skb); in udp4_gro_receive()
551 struct udphdr *uh = udp_hdr(skb); in udp_gro_complete_segment()
554 skb->csum_offset = offsetof(struct udphdr, check); in udp_gro_complete_segment()
566 struct udphdr *uh = (struct udphdr *)(skb->data + nhoff); in udp_gro_complete()
584 nhoff + sizeof(struct udphdr)); in udp_gro_complete()
600 struct udphdr *uh = (struct udphdr *)(skb->data + nhoff); in udp4_gro_complete()