Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_hash/
H A Drte_cuckoo_hash.c1413 __rte_hash_lookup_with_hash(const struct rte_hash *h, const void *key, in __rte_hash_lookup_with_hash() function
1427 return __rte_hash_lookup_with_hash(h, key, sig, NULL); in rte_hash_lookup_with_hash()
1434 return __rte_hash_lookup_with_hash(h, key, rte_hash_hash(h, key), NULL); in rte_hash_lookup()
1442 return __rte_hash_lookup_with_hash(h, key, sig, data); in rte_hash_lookup_with_hash_data()
1449 return __rte_hash_lookup_with_hash(h, key, rte_hash_hash(h, key), data); in rte_hash_lookup_data()
1811 __rte_hash_lookup_with_hash(h, *key, rte_hash_hash(h, *key), in rte_hash_get_key_with_position()