Home
last modified time | relevance | path

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

/dpdk/lib/table/
H A Drte_swx_table_em.c757 uint32_t lkp_hit; in table_lookup() local
759 lkp_hit = keycmp(bkt_key, input_key, t->key_mask, t->key_size); in table_lookup()
760 lkp_hit &= m->sig_match; in table_lookup()
763 *hit = lkp_hit; in table_lookup()
767 if (!lkp_hit && (m->sig_match_many || bkt->next)) in table_lookup()