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()
460 struct udphdr *uh = udp_gro_udphdr(skb); in udp_gro_receive_segment()
462 struct udphdr *uh2; in udp_gro_receive_segment()
480 skb_gro_pull(skb, sizeof(struct udphdr)); in udp_gro_receive_segment()
521 sizeof(struct udphdr)); in udp_gro_receive_segment()
539 struct udphdr *uh, struct sock *sk) in udp_gro_receive()
543 struct udphdr *uh2; in udp_gro_receive()
578 uh2 = (struct udphdr *)(p->data + off); in udp_gro_receive()
590 skb_gro_pull(skb, sizeof(struct udphdr)); /* pull encapsulating udp header */ in udp_gro_receive()
591 skb_gro_postpull_rcsum(skb, uh, sizeof(struct udphdr)); in udp_gro_receive()
614 struct udphdr *uh = udp_gro_udphdr(skb); in udp4_gro_receive()
647 struct udphdr *uh = udp_hdr(skb); in udp_gro_complete_segment()
650 skb->csum_offset = offsetof(struct udphdr, check); in udp_gro_complete_segment()
666 struct udphdr *uh = (struct udphdr *)(skb->data + nhoff); in udp_gro_complete()
688 nhoff + sizeof(struct udphdr)); in udp_gro_complete()
703 struct udphdr *uh = (struct udphdr *)(skb->data + nhoff); in udp4_gro_complete()