Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_table/
H A Drte_swx_table_em.c633 uint32_t sig_match; member
717 uint32_t sig_match = LUT_MATCH; in table_lookup() local
739 sig_match = (sig_match >> mask_all) & 1; in table_lookup()
748 m->sig_match = sig_match; in table_lookup()
763 lkp_hit &= m->sig_match; in table_lookup()