Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_hash/
H A Dversion.map14 rte_hash_del_key_with_hash;
H A Drte_hash.h385 rte_hash_del_key_with_hash(const struct rte_hash *h, const void *key, hash_sig_t sig);
H A Drte_cuckoo_hash.c1785 rte_hash_del_key_with_hash(const struct rte_hash *h, in rte_hash_del_key_with_hash() function
/f-stack/dpdk/lib/librte_ipsec/
H A Dipsec_sad.c176 ret = rte_hash_del_key_with_hash(sad->hash[key_type], key, in del_specific()
202 ret = rte_hash_del_key_with_hash( in del_specific()
234 ret = rte_hash_del_key_with_hash(sad->hash[key_type], in rte_ipsec_sad_del()
/f-stack/dpdk/app/test/
H A Dtest_hash.c324 pos1 = rte_hash_del_key_with_hash(handle, &keys[0], hash_value); in test_add_delete()
525 pos = rte_hash_del_key_with_hash(handle, &keys[0], hash_value); in test_add_delete_free_lf()
561 pos = rte_hash_del_key_with_hash(handle, &keys[0], hash_value); in test_add_delete_free_lf()
H A Dtest_hash_perf.c536 ret = rte_hash_del_key_with_hash(h[table_index], in timed_deletes()
/f-stack/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_hwdev.c206 (void)rte_hash_del_key_with_hash(hash, &phys, sig); in hinic_dma_mem_free()
270 (void)rte_hash_del_key_with_hash(hash, &phys, sig); in dma_free_coherent_volatile()
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_fdir.c938 ret = rte_hash_del_key_with_hash(fdir_info->hash_handle, key, sig); in hns3_remove_fdir_filter()
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_fdir.c1379 ret = rte_hash_del_key_with_hash(fdir_info->hash_table, in i40e_sw_fdir_filter_del()