udphdr             25 include/linux/udp.h static inline struct udphdr *udp_hdr(const struct sk_buff *skb)
udphdr             27 include/linux/udp.h 	return (struct udphdr *)skb_transport_header(skb);
udphdr             30 include/linux/udp.h static inline struct udphdr *inner_udp_hdr(const struct sk_buff *skb)
udphdr             32 include/linux/udp.h 	return (struct udphdr *)skb_inner_transport_header(skb);
udphdr            278 include/net/6lowpan.h 		*uncomp_header += sizeof(struct udphdr);
udphdr             82 include/net/geneve.h #define GENEVE_BASE_HLEN (sizeof(struct udphdr) + sizeof(struct genevehdr))
udphdr            105 include/net/ip6_checksum.h int udp6_csum_init(struct sk_buff *skb, struct udphdr *uh, int proto);
udphdr            134 include/net/udp.h 				   sizeof(struct udphdr), 0);
udphdr            144 include/net/udp.h 				   sizeof(struct udphdr), skb->csum);
udphdr            162 include/net/udp.h 				 struct udphdr *uh);
udphdr            165 include/net/udp.h static inline struct udphdr *udp_gro_udphdr(struct sk_buff *skb)
udphdr            167 include/net/udp.h 	struct udphdr *uh;
udphdr            105 include/net/udp_tunnel.h 	struct udphdr *uh;
udphdr            107 include/net/udp_tunnel.h 	uh = (struct udphdr *)(skb->data + nhoff - sizeof(struct udphdr));
udphdr             35 include/net/udplite.h static inline int udplite_checksum_init(struct sk_buff *skb, struct udphdr *uh)
udphdr             80 include/net/vxlan.h 	      sizeof(struct udphdr) + sizeof(struct vxlanhdr))))