Home
last modified time | relevance | path

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

/dpdk/lib/lpm/
H A Drte_lpm6.c1188 uint32_t first_3bytes = (uint32_t)ip[0] << 16 | ip[1] << 8 | ip[2]; in rule_find_range() local
1192 ind = first_3bytes; in rule_find_range()
1199 struct rte_lpm6_tbl_entry *tbl = &lpm->tbl24[first_3bytes]; in rule_find_range()