Home
last modified time | relevance | path

Searched refs:tbl24_indexes (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/lib/librte_lpm/
H A Drte_lpm.h347 unsigned tbl24_indexes[n]; in rte_lpm_lookup_bulk_func() local
355 tbl24_indexes[i] = ips[i] >> 8; in rte_lpm_lookup_bulk_func()
360 ptbl = (const uint32_t *)&lpm->tbl24[tbl24_indexes[i]]; in rte_lpm_lookup_bulk_func()
/f-stack/freebsd/contrib/dpdk_rte_lpm/
H A Drte_lpm.h332 unsigned tbl24_indexes[n]; in rte_lpm_lookup_bulk_func() local
340 tbl24_indexes[i] = ips[i] >> 8; in rte_lpm_lookup_bulk_func()
345 ptbl = (const uint32_t *)&lpm->tbl24[tbl24_indexes[i]]; in rte_lpm_lookup_bulk_func()