Searched refs:lkp_hit (Results 1 – 1 of 1) sorted by relevance
760 uint32_t lkp_hit; in table_lookup() local762 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()