Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_hash/
H A Dversion.map24 rte_hash_lookup_with_hash;
H A Drte_hash.h526 rte_hash_lookup_with_hash(const struct rte_hash *h,
H A Drte_cuckoo_hash.c1423 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 Dipsec_sad.c77 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 Dtest_hash_perf.c352 ret = rte_hash_lookup_with_hash(h[table_index], in timed_lookups()
H A Dtest_hash.c319 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 Dhns3_fdir.c896 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 Dmulti_proc_support.rst183 …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 Dhinic_pmd_hwdev.c145 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 Di40e_fdir.c1325 ret = rte_hash_lookup_with_hash(fdir_info->hash_table, in i40e_sw_fdir_filter_lookup()