Lines Matching refs:udphdr

24 	struct udphdr *uh = udp_hdr(skb);  in __skb_udp_tunnel_segment()
145 skb->csum_offset = offsetof(struct udphdr, check); in __skb_udp_tunnel_segment()
195 struct udphdr *uh; in __udpv4_gso_segment_csum()
221 struct udphdr *uh, *uh2; in __udpv4_gso_segment_list_csum()
259 udp_hdr(skb)->len = htons(sizeof(struct udphdr) + mss); in __udp_gso_segment_list()
270 struct udphdr *uh; in __udp_gso_segment()
374 struct udphdr *uh; in udp4_ufo_fragment()
387 if (!pskb_may_pull(skb, sizeof(struct udphdr))) in udp4_ufo_fragment()
459 struct udphdr *uh = udp_gro_udphdr(skb); in udp_gro_receive_segment()
461 struct udphdr *uh2; in udp_gro_receive_segment()
479 skb_gro_pull(skb, sizeof(struct udphdr)); in udp_gro_receive_segment()
520 sizeof(struct udphdr)); in udp_gro_receive_segment()
538 struct udphdr *uh, struct sock *sk) in udp_gro_receive()
542 struct udphdr *uh2; in udp_gro_receive()
577 uh2 = (struct udphdr *)(p->data + off); in udp_gro_receive()
589 skb_gro_pull(skb, sizeof(struct udphdr)); /* pull encapsulating udp header */ in udp_gro_receive()
590 skb_gro_postpull_rcsum(skb, uh, sizeof(struct udphdr)); in udp_gro_receive()
612 struct udphdr *uh = udp_gro_udphdr(skb); in udp4_gro_receive()
645 struct udphdr *uh = udp_hdr(skb); in udp_gro_complete_segment()
648 skb->csum_offset = offsetof(struct udphdr, check); in udp_gro_complete_segment()
664 struct udphdr *uh = (struct udphdr *)(skb->data + nhoff); in udp_gro_complete()
686 nhoff + sizeof(struct udphdr)); in udp_gro_complete()
701 struct udphdr *uh = (struct udphdr *)(skb->data + nhoff); in udp4_gro_complete()