Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_table/
H A Drte_swx_table_em.c760 uint32_t lkp_hit; in table_lookup() local
762 lkp_hit = keycmp(bkt_key, input_key, t->key_mask, t->key_size); in table_lookup()
763 lkp_hit &= m->sig_match; in table_lookup()
766 *hit = lkp_hit; in table_lookup()
770 if (!lkp_hit && (m->sig_match_many || bkt->next)) in table_lookup()