Lines Matching refs:udphdr

25 	struct udphdr *uh = udp_hdr(skb);  in __skb_udp_tunnel_segment()
146 skb->csum_offset = offsetof(struct udphdr, check); in __skb_udp_tunnel_segment()
196 struct udphdr *uh; in __udpv4_gso_segment_csum()
222 struct udphdr *uh, *uh2; in __udpv4_gso_segment_list_csum()
260 udp_hdr(skb)->len = htons(sizeof(struct udphdr) + mss); in __udp_gso_segment_list()
271 struct udphdr *uh; in __udp_gso_segment()
382 struct udphdr *uh; in udp4_ufo_fragment()
395 if (!pskb_may_pull(skb, sizeof(struct udphdr))) in udp4_ufo_fragment()
441 struct udphdr *uh = udp_gro_udphdr(skb); in udp_gro_receive_segment()
443 struct udphdr *uh2; in udp_gro_receive_segment()
462 skb_gro_pull(skb, sizeof(struct udphdr)); in udp_gro_receive_segment()
505 sizeof(struct udphdr)); in udp_gro_receive_segment()
523 struct udphdr *uh, struct sock *sk) in udp_gro_receive()
527 struct udphdr *uh2; in udp_gro_receive()
570 uh2 = (struct udphdr *)(p->data + off); in udp_gro_receive()
582 skb_gro_pull(skb, sizeof(struct udphdr)); /* pull encapsulating udp header */ in udp_gro_receive()
583 skb_gro_postpull_rcsum(skb, uh, sizeof(struct udphdr)); in udp_gro_receive()
609 struct udphdr *uh = udp_gro_udphdr(skb); in udp4_gro_receive()
642 struct udphdr *uh = udp_hdr(skb); in udp_gro_complete_segment()
645 skb->csum_offset = offsetof(struct udphdr, check); in udp_gro_complete_segment()
661 struct udphdr *uh = (struct udphdr *)(skb->data + nhoff); in udp_gro_complete()
683 nhoff + sizeof(struct udphdr)); in udp_gro_complete()
699 struct udphdr *uh = (struct udphdr *)(skb->data + nhoff); in udp4_gro_complete()