Searched refs:rte_hash_del_key_with_hash (Results 1 – 9 of 9) sorted by relevance
| /f-stack/dpdk/lib/librte_hash/ |
| H A D | version.map | 14 rte_hash_del_key_with_hash;
|
| H A D | rte_hash.h | 385 rte_hash_del_key_with_hash(const struct rte_hash *h, const void *key, hash_sig_t sig);
|
| H A D | rte_cuckoo_hash.c | 1785 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 D | ipsec_sad.c | 176 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 D | test_hash.c | 324 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 D | test_hash_perf.c | 536 ret = rte_hash_del_key_with_hash(h[table_index], in timed_deletes()
|
| /f-stack/dpdk/drivers/net/hinic/base/ |
| H A D | hinic_pmd_hwdev.c | 206 (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 D | hns3_fdir.c | 938 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 D | i40e_fdir.c | 1379 ret = rte_hash_del_key_with_hash(fdir_info->hash_table, in i40e_sw_fdir_filter_del()
|