Lines Matching refs:udphdr
23 struct udphdr *uh = udp_hdr(skb); in __skb_udp_tunnel_segment()
144 skb->csum_offset = offsetof(struct udphdr, check); in __skb_udp_tunnel_segment()
194 struct udphdr *uh; in __udpv4_gso_segment_csum()
220 struct udphdr *uh, *uh2; in __udpv4_gso_segment_list_csum()
258 udp_hdr(skb)->len = htons(sizeof(struct udphdr) + mss); in __udp_gso_segment_list()
269 struct udphdr *uh; in __udp_gso_segment()
373 struct udphdr *uh; in udp4_ufo_fragment()
386 if (!pskb_may_pull(skb, sizeof(struct udphdr))) in udp4_ufo_fragment()
431 struct udphdr *uh = udp_gro_udphdr(skb); in udp_gro_receive_segment()
433 struct udphdr *uh2; in udp_gro_receive_segment()
451 skb_gro_pull(skb, sizeof(struct udphdr)); in udp_gro_receive_segment()
492 sizeof(struct udphdr)); in udp_gro_receive_segment()
510 struct udphdr *uh, struct sock *sk) in udp_gro_receive()
514 struct udphdr *uh2; in udp_gro_receive()
549 uh2 = (struct udphdr *)(p->data + off); in udp_gro_receive()
561 skb_gro_pull(skb, sizeof(struct udphdr)); /* pull encapsulating udp header */ in udp_gro_receive()
562 skb_gro_postpull_rcsum(skb, uh, sizeof(struct udphdr)); in udp_gro_receive()
584 struct udphdr *uh = udp_gro_udphdr(skb); in udp4_gro_receive()
619 struct udphdr *uh = udp_hdr(skb); in udp_gro_complete_segment()
622 skb->csum_offset = offsetof(struct udphdr, check); in udp_gro_complete_segment()
638 struct udphdr *uh = (struct udphdr *)(skb->data + nhoff); in udp_gro_complete()
661 nhoff + sizeof(struct udphdr)); in udp_gro_complete()
677 struct udphdr *uh = (struct udphdr *)(skb->data + nhoff); in udp4_gro_complete()