Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_hash/
H A Drte_cuckoo_hash.c1008 __rte_hash_add_key_with_hash(const struct rte_hash *h, const void *key, in __rte_hash_add_key_with_hash() function
1205 return __rte_hash_add_key_with_hash(h, key, sig, 0); in rte_hash_add_key_with_hash()
1212 return __rte_hash_add_key_with_hash(h, key, rte_hash_hash(h, key), 0); in rte_hash_add_key()
1222 ret = __rte_hash_add_key_with_hash(h, key, sig, data); in rte_hash_add_key_with_hash_data()
1236 ret = __rte_hash_add_key_with_hash(h, key, rte_hash_hash(h, key), data); in rte_hash_add_key_data()