Searched refs:first_3bytes (Results 1 – 1 of 1) sorted by relevance
1188 uint32_t first_3bytes = (uint32_t)ip[0] << 16 | ip[1] << 8 | ip[2]; in rule_find_range() local1192 ind = first_3bytes; in rule_find_range()1199 struct rte_lpm6_tbl_entry *tbl = &lpm->tbl24[first_3bytes]; in rule_find_range()