Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_hash/
H A Dversion.map25 rte_hash_lookup_with_hash_data;
H A Drte_hash.h483 rte_hash_lookup_with_hash_data(const struct rte_hash *h, const void *key,
H A Drte_cuckoo_hash.c1438 rte_hash_lookup_with_hash_data(const struct rte_hash *h, in rte_hash_lookup_with_hash_data() function
/f-stack/dpdk/lib/librte_ipsec/
H A Dipsec_sad.c88 ret = rte_hash_lookup_with_hash_data(sad->hash[RTE_IPSEC_SAD_SPI_ONLY], in EAL_REGISTER_TAILQ()
138 ret = rte_hash_lookup_with_hash_data(sad->hash[key_type], in rte_ipsec_sad_add()
182 ret = rte_hash_lookup_with_hash_data(sad->hash[RTE_IPSEC_SAD_SPI_ONLY], in del_specific()
228 ret = rte_hash_lookup_with_hash_data(sad->hash[key_type], in rte_ipsec_sad_del()
/f-stack/dpdk/app/test/
H A Dtest_hash_perf.c337 ret = rte_hash_lookup_with_hash_data(h[table_index], in timed_lookups()
/f-stack/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_hwdev.c190 rc = rte_hash_lookup_with_hash_data(hash, &phys, sig, (void **)&mz); in hinic_dma_mem_free()
254 rc = rte_hash_lookup_with_hash_data(hash, &phys, sig, (void **)&mz); in dma_free_coherent_volatile()