Searched refs:ihl (Results 1 – 9 of 9) sorted by relevance
| /f-stack/dpdk/examples/l3fwd/ |
| H A D | l3fwd_common.h | 33 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()
|
| /f-stack/dpdk/examples/bpf/ |
| H A D | t1.c | 49 int hlen = iphdr->ihl * 4; in entry()
|
| /f-stack/dpdk/drivers/net/iavf/ |
| H A D | rte_pmd_iavf.h | 49 ihl:4, member 207 data.ipv4.ihl, in rte_pmd_ifd_dump_proto_xtr_metadata()
|
| /f-stack/dpdk/drivers/net/ice/ |
| H A D | rte_pmd_ice.h | 49 ihl:4, member 204 data.ipv4.ihl, in rte_net_ice_dump_proto_xtr_metadata()
|
| /f-stack/freebsd/arm/arm/ |
| H A D | mpcore_timer.c | 309 void *ihl; in attach_et() local 333 NULL, sc, &ihl) != 0) { in attach_et()
|
| H A D | generic_timer.c | 93 void *ihl[4]; member 458 arm_tmr_intr, NULL, sc, &sc->ihl[i]); in arm_tmr_attach()
|
| /f-stack/freebsd/arm/mv/ |
| H A D | timer.c | 186 void *ihl; in mv_timer_attach() local 233 mv_hardclock, NULL, sc, &ihl) != 0) { in mv_timer_attach()
|
| /f-stack/freebsd/arm/ti/ |
| H A D | ti_sdma.c | 1157 void *ihl; in ti_sdma_attach() local 1224 NULL, ti_sdma_intr, NULL, &ihl); in ti_sdma_attach()
|
| /f-stack/dpdk/examples/performance-thread/l3fwd-thread/ |
| H A D | main.c | 1330 uint8_t ihl; in rfc1812_process() local 1333 ihl = ipv4_hdr->version_ihl - IPV4_MIN_VER_IHL; in rfc1812_process() 1338 if (ihl > IPV4_MAX_VER_IHL_DIFF || in rfc1812_process()
|