Home
last modified time | relevance | path

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

/dpdk/lib/hash/
H A Drte_fbk_hash.h250 union rte_fbk_hash_entry current_entry; in rte_fbk_hash_lookup_with_bucket() local
255 current_entry.whole_entry = ht->t[bucket + i].whole_entry; in rte_fbk_hash_lookup_with_bucket()
256 if (! current_entry.entry.is_entry) { in rte_fbk_hash_lookup_with_bucket()
259 if (current_entry.entry.key == key) { in rte_fbk_hash_lookup_with_bucket()
260 return current_entry.entry.value; in rte_fbk_hash_lookup_with_bucket()