Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_hash/
H A Drte_fbk_hash.h252 union rte_fbk_hash_entry current_entry; in rte_fbk_hash_lookup_with_bucket() local
257 current_entry.whole_entry = ht->t[bucket + i].whole_entry; in rte_fbk_hash_lookup_with_bucket()
258 if (! current_entry.entry.is_entry) { in rte_fbk_hash_lookup_with_bucket()
261 if (current_entry.entry.key == key) { in rte_fbk_hash_lookup_with_bucket()
262 return current_entry.entry.value; in rte_fbk_hash_lookup_with_bucket()