Searched refs:rte_hash_lookup_with_hash_data (Results 1 – 6 of 6) sorted by relevance
| /dpdk/lib/hash/ |
| H A D | version.map | 28 rte_hash_lookup_with_hash_data;
|
| H A D | rte_hash.h | 477 rte_hash_lookup_with_hash_data(const struct rte_hash *h, const void *key,
|
| H A D | rte_cuckoo_hash.c | 1434 rte_hash_lookup_with_hash_data(const struct rte_hash *h, in rte_hash_lookup_with_hash_data() function
|
| /dpdk/lib/ipsec/ |
| H A D | ipsec_sad.c | 87 ret = rte_hash_lookup_with_hash_data(sad->hash[RTE_IPSEC_SAD_SPI_ONLY], in EAL_REGISTER_TAILQ() 137 ret = rte_hash_lookup_with_hash_data(sad->hash[key_type], in rte_ipsec_sad_add() 181 ret = rte_hash_lookup_with_hash_data(sad->hash[RTE_IPSEC_SAD_SPI_ONLY], in del_specific() 227 ret = rte_hash_lookup_with_hash_data(sad->hash[key_type], in rte_ipsec_sad_del()
|
| /dpdk/app/test/ |
| H A D | test_hash_perf.c | 332 ret = rte_hash_lookup_with_hash_data(h[table_index], in timed_lookups()
|
| /dpdk/drivers/net/hinic/base/ |
| H A D | hinic_pmd_hwdev.c | 190 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()
|