Home
last modified time | relevance | path

Searched defs:udp_hdr (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/net/netfilter/
H A Dnf_reject.h17 const struct udphdr *udp_hdr; in nf_reject_verify_csum() local
/openbmc/qemu/include/net/
H A Deth.h152 struct udp_hdr { struct
153 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 */
/openbmc/linux/include/linux/
H A Dudp.h21 static inline struct udphdr *udp_hdr(const struct sk_buff *skb) in udp_hdr() function
/openbmc/linux/drivers/infiniband/hw/irdma/
H A Duser.h220 bool udp_hdr:1; member
/openbmc/linux/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.c3333 struct udphdr *udp_hdr; in bnxt_re_is_loopback_packet() local