Searched refs:udphdr (Results 1 – 17 of 17) sorted by relevance
| /include/net/netfilter/ |
| A D | nf_reject.h | 17 const struct udphdr *udp_hdr; in nf_reject_verify_csum() 18 struct udphdr _udp_hdr; in nf_reject_verify_csum()
|
| /include/net/ |
| A D | pfcp.h | 31 #define PFCP_HLEN (sizeof(struct udphdr) + sizeof(struct pfcphdr)) 64 #define PFCP_HEADROOM (sizeof(struct iphdr) + sizeof(struct udphdr) + \ 66 #define PFCP6_HEADROOM (sizeof(struct ipv6hdr) + sizeof(struct udphdr) + \
|
| A D | vxlan.h | 36 #define VXLAN_HLEN (sizeof(struct udphdr) + sizeof(struct vxlanhdr)) 387 sizeof(struct udphdr) + sizeof(struct vxlanhdr)) || in vxlan_features_check() 401 sizeof(struct udphdr) + sizeof(struct vxlanhdr) + in vxlan_headroom() 436 offsetof(struct udphdr, check) : in vxlan_rco_offset() 444 if (offset == offsetof(struct udphdr, check)) in vxlan_compute_rco()
|
| A D | udplite.h | 31 static inline int udplite_checksum_init(struct sk_buff *skb, struct udphdr *uh) in udplite_checksum_init()
|
| A D | ip6_checksum.h | 86 int udp6_csum_init(struct sk_buff *skb, struct udphdr *uh, int proto);
|
| A D | udp.h | 242 sizeof(struct udphdr), 0); in udp_csum_outgoing() 252 sizeof(struct udphdr), skb->csum); in udp_csum() 272 skb->csum = csum_partial(skb->data, sizeof(struct udphdr), in udp_csum_pull_header() 274 skb_pull_rcsum(skb, sizeof(struct udphdr)); in udp_csum_pull_header() 275 UDP_SKB_CB(skb)->cscov -= sizeof(struct udphdr); in udp_csum_pull_header()
|
| A D | amt.h | 392 sizeof(struct udphdr) + \ 395 sizeof(struct udphdr) + \
|
| A D | ipv6_frag.h | 132 offset += sizeof(struct udphdr); in ipv6frag_thdr_truncated()
|
| A D | 6lowpan.h | 70 #define LOWPAN_NHC_MAX_HDR_LEN (sizeof(struct udphdr))
|
| A D | gro.h | 423 struct udphdr *uh, struct sock *sk); 426 static inline struct udphdr *udp_gro_udphdr(struct sk_buff *skb) in udp_gro_udphdr() 428 struct udphdr *uh; in udp_gro_udphdr()
|
| /include/trace/events/ |
| A D | udp.h | 29 const struct udphdr *uh = (const struct udphdr *)udp_hdr(skb);
|
| A D | icmp.h | 30 struct udphdr *uh = udp_hdr(skb); 39 (u8 *)uh + sizeof(struct udphdr)
|
| /include/linux/ |
| A D | ptp_classify.h | 171 struct udphdr *uhdr; in ptp_header_update_correction() 183 uhdr = (struct udphdr *)((char *)hdr - sizeof(struct udphdr)); in ptp_header_update_correction()
|
| A D | virtio_net.h | 76 thlen = sizeof(struct udphdr); in __virtio_net_hdr_to_skb() 81 thlen = sizeof(struct udphdr); in __virtio_net_hdr_to_skb() 170 if (skb->csum_offset != offsetof(struct udphdr, check)) in __virtio_net_hdr_to_skb() 304 inner_nh < outer_th + sizeof(struct udphdr) || in virtio_net_hdr_tnl_to_skb()
|
| A D | udp.h | 21 static inline struct udphdr *udp_hdr(const struct sk_buff *skb) in udp_hdr() 23 return (struct udphdr *)skb_transport_header(skb); in udp_hdr()
|
| /include/uapi/linux/ |
| A D | udp.h | 23 struct udphdr { struct
|
| /include/net/sctp/ |
| A D | sctp.h | 579 overhead += sizeof(struct udphdr); in __sctp_mtu_payload()
|
Completed in 29 milliseconds