Home
last modified time | relevance | path

Searched refs:ihl (Results 1 – 6 of 6) sorted by relevance

/dpdk/examples/l3fwd/
H A Dl3fwd_common.h33 uint8_t ihl; in rfc1812_process() local
36 ihl = ipv4_hdr->version_ihl - IPV4_MIN_VER_IHL; in rfc1812_process()
41 if (ihl > IPV4_MAX_VER_IHL_DIFF || in rfc1812_process()
/dpdk/drivers/net/ice/
H A Drte_pmd_ice.h49 ihl:4, member
204 data.ipv4.ihl, in rte_net_ice_dump_proto_xtr_metadata()
/dpdk/drivers/net/iavf/
H A Drte_pmd_iavf.h49 ihl:4, member
208 data.ipv4.ihl, in rte_pmd_ifd_dump_proto_xtr_metadata()
/dpdk/examples/bpf/
H A Dt1.c49 int hlen = iphdr->ihl * 4; in entry()
/dpdk/lib/net/
H A Drte_ip.h47 uint8_t ihl:4; /**< header length */ member
51 uint8_t ihl:4; /**< header length */
/dpdk/doc/guides/rel_notes/
H A Drelease_21_11.rst483 * net: Added ``version`` and ``ihl`` bit-fields to ``struct rte_ipv4_hdr``.