Searched refs:rte_hash_lookup_with_hash (Results 1 – 10 of 10) sorted by relevance
| /f-stack/dpdk/lib/librte_hash/ |
| H A D | version.map | 24 rte_hash_lookup_with_hash;
|
| H A D | rte_hash.h | 526 rte_hash_lookup_with_hash(const struct rte_hash *h,
|
| H A D | rte_cuckoo_hash.c | 1423 rte_hash_lookup_with_hash(const struct rte_hash *h, in rte_hash_lookup_with_hash() function
|
| /f-stack/dpdk/lib/librte_ipsec/ |
| H A D | ipsec_sad.c | 77 ret = rte_hash_lookup_with_hash(sad->hash[key_type], key, in EAL_REGISTER_TAILQ() 104 ret = rte_hash_lookup_with_hash(sad->hash[RTE_IPSEC_SAD_SPI_ONLY], key, in EAL_REGISTER_TAILQ()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_hash_perf.c | 352 ret = rte_hash_lookup_with_hash(h[table_index], in timed_lookups()
|
| H A D | test_hash.c | 319 pos1 = rte_hash_lookup_with_hash(handle, &keys[0], hash_value); in test_add_delete() 330 pos1 = rte_hash_lookup_with_hash(handle, &keys[0], hash_value); in test_add_delete()
|
| /f-stack/dpdk/drivers/net/hns3/ |
| H A D | hns3_fdir.c | 896 ret = rte_hash_lookup_with_hash(fdir_info->hash_handle, key, sig); in hns3_fdir_filter_lookup()
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | multi_proc_support.rst | 183 …ction from the code and then using the rte_hash_add_with_hash()/rte_hash_lookup_with_hash() functi…
|
| /f-stack/dpdk/drivers/net/hinic/base/ |
| H A D | hinic_pmd_hwdev.c | 145 rc = rte_hash_lookup_with_hash(hwdev->os_dep.dma_addr_hash, in hinic_dma_mem_zalloc()
|
| /f-stack/dpdk/drivers/net/i40e/ |
| H A D | i40e_fdir.c | 1325 ret = rte_hash_lookup_with_hash(fdir_info->hash_table, in i40e_sw_fdir_filter_lookup()
|