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()
191 struct udphdr *uh; in __udpv4_gso_segment_csum()
217 struct udphdr *uh, *uh2; in __udpv4_gso_segment_list_csum()
255 udp_hdr(skb)->len = htons(sizeof(struct udphdr) + mss); in __udp_gso_segment_list()
266 struct udphdr *uh; in __udp_gso_segment()
370 struct udphdr *uh; in udp4_ufo_fragment()
383 if (!pskb_may_pull(skb, sizeof(struct udphdr))) in udp4_ufo_fragment()
428 struct udphdr *uh = udp_gro_udphdr(skb); in udp_gro_receive_segment()
430 struct udphdr *uh2; in udp_gro_receive_segment()
448 skb_gro_pull(skb, sizeof(struct udphdr)); in udp_gro_receive_segment()
489 sizeof(struct udphdr)); in udp_gro_receive_segment()
507 struct udphdr *uh, struct sock *sk) in udp_gro_receive()
511 struct udphdr *uh2; in udp_gro_receive()
540 uh2 = (struct udphdr *)(p->data + off); in udp_gro_receive()
552 skb_gro_pull(skb, sizeof(struct udphdr)); /* pull encapsulating udp header */ in udp_gro_receive()
553 skb_gro_postpull_rcsum(skb, uh, sizeof(struct udphdr)); in udp_gro_receive()
575 struct udphdr *uh = udp_gro_udphdr(skb); in udp4_gro_receive()
610 struct udphdr *uh = udp_hdr(skb); in udp_gro_complete_segment()
613 skb->csum_offset = offsetof(struct udphdr, check); in udp_gro_complete_segment()
629 struct udphdr *uh = (struct udphdr *)(skb->data + nhoff); in udp_gro_complete()
647 nhoff + sizeof(struct udphdr)); in udp_gro_complete()
663 struct udphdr *uh = (struct udphdr *)(skb->data + nhoff); in udp4_gro_complete()