Searched refs:ihl (Results 1 – 6 of 6) sorted by relevance
33 uint8_t ihl; in rfc1812_process() local36 ihl = ipv4_hdr->version_ihl - IPV4_MIN_VER_IHL; in rfc1812_process()41 if (ihl > IPV4_MAX_VER_IHL_DIFF || in rfc1812_process()
49 ihl:4, member204 data.ipv4.ihl, in rte_net_ice_dump_proto_xtr_metadata()
49 ihl:4, member208 data.ipv4.ihl, in rte_pmd_ifd_dump_proto_xtr_metadata()
49 int hlen = iphdr->ihl * 4; in entry()
47 uint8_t ihl:4; /**< header length */ member51 uint8_t ihl:4; /**< header length */
483 * net: Added ``version`` and ``ihl`` bit-fields to ``struct rte_ipv4_hdr``.