Searched defs:udp_hdr (Results 1 – 5 of 5) sorted by relevance
17 const struct udphdr *udp_hdr; in nf_reject_verify_csum() local
152 struct udp_hdr { struct153 uint16_t uh_sport; /* source port */154 uint16_t uh_dport; /* destination port */155 uint16_t uh_ulen; /* udp length */156 uint16_t uh_sum; /* udp checksum */
21 static inline struct udphdr *udp_hdr(const struct sk_buff *skb) in udp_hdr() function
220 bool udp_hdr:1; member
3356 struct udphdr *udp_hdr; in bnxt_re_is_loopback_packet() local