Home
last modified time | relevance | path

Searched refs:rte_hash_lookup (Results 1 – 19 of 19) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_hash.c287 pos0 = rte_hash_lookup(handle, &keys[0]); in test_add_delete()
297 pos0 = rte_hash_lookup(handle, &keys[0]); in test_add_delete()
375 pos0 = rte_hash_lookup(handle, &keys[0]); in test_add_update_delete()
385 pos0 = rte_hash_lookup(handle, &keys[0]); in test_add_update_delete()
400 pos0 = rte_hash_lookup(handle, &keys[0]); in test_add_update_delete()
443 pos0 = rte_hash_lookup(handle, &keys[0]); in test_add_update_delete_free()
453 pos0 = rte_hash_lookup(handle, &keys[0]); in test_add_update_delete_free()
468 pos0 = rte_hash_lookup(handle, &keys[0]); in test_add_update_delete_free()
478 pos0 = rte_hash_lookup(handle, &keys[0]); in test_add_update_delete_free()
744 pos[i] = rte_hash_lookup(handle, &keys[i]); in test_five_keys()
[all …]
H A Dtest_hash_readwrite.c81 if (rte_hash_lookup(tbl_rw_test_param.h, in test_hash_readwrite_worker()
93 if (rte_hash_lookup(tbl_rw_test_param.h, in test_hash_readwrite_worker()
107 if (rte_hash_lookup(tbl_rw_test_param.h, in test_hash_readwrite_worker()
H A Dtest_hash_readwrite_lf_perf.c638 ret = rte_hash_lookup in test_rwc_reader()
1252 rte_hash_lookup(tbl_rwc_test_param.h, in test_hash_rcu_qsbr_reader()
H A Dtest_hash_perf.c375 ret = rte_hash_lookup(h[table_index], keys[j]); in timed_lookups()
/f-stack/dpdk/lib/librte_hash/
H A Dversion.map20 rte_hash_lookup;
H A Drte_hash.h504 rte_hash_lookup(const struct rte_hash *h, const void *key);
H A Drte_cuckoo_hash.c1431 rte_hash_lookup(const struct rte_hash *h, const void *key) in rte_hash_lookup() function
/f-stack/dpdk/lib/librte_table/
H A Drte_table_hash_cuckoo.c171 pos = rte_hash_lookup(t->h_table, key); in rte_table_hash_cuckoo_entry_add()
282 pos = rte_hash_lookup(t->h_table, key); in rte_table_hash_cuckoo_lookup()
/f-stack/dpdk/examples/l3fwd/
H A Dl3fwd_em.c264 ret = rte_hash_lookup(ipv4_l3fwd_lookup_struct, (const void *)&key); in em_get_ipv4_dst_port()
302 ret = rte_hash_lookup(ipv6_l3fwd_lookup_struct, (const void *)&key); in em_get_ipv6_dst_port()
/f-stack/dpdk/examples/l3fwd-power/
H A Dmain.c583 ret = rte_hash_lookup(ipv4_l3fwd_lookup_struct, (const void *)&key); in get_ipv4_dst_port()
623 ret = rte_hash_lookup(ipv6_l3fwd_lookup_struct, (const void *)&key); in get_ipv6_dst_port()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dl3_forward.rst322 ret = rte_hash_lookup(ipv4_l3fwd_lookup_struct, (const void *)&key);
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_fdir.c1028 ret = rte_hash_lookup(fdir_info->hash_handle, (const void *)key); in ixgbe_fdir_filter_lookup()
H A Dixgbe_ethdev.c7641 ret = rte_hash_lookup(l2_tn_info->hash_handle, (const void *)key); in ixgbe_l2_tn_filter_lookup()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dmulti_proc_support.rst184 instead of the functions which do the hashing internally, such as rte_hash_add()/rte_hash_lookup().
/f-stack/dpdk/examples/performance-thread/l3fwd-thread/
H A Dmain.c818 ret = rte_hash_lookup(ipv4_l3fwd_lookup_struct, (const void *)&key); in get_ipv4_dst_port()
846 ret = rte_hash_lookup(ipv6_l3fwd_lookup_struct, (const void *)&key); in get_ipv6_dst_port()
/f-stack/dpdk/drivers/net/ice/
H A Dice_fdir_filter.c1207 ret = rte_hash_lookup(fdir_info->hash_table, key); in ice_fdir_entry_lookup()
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_fdir.c1329 ret = rte_hash_lookup(fdir_info->hash_table, in i40e_sw_fdir_filter_lookup()
H A Di40e_ethdev.c7812 ret = rte_hash_lookup(tunnel_rule->hash_table, (const void *)input); in i40e_sw_tunnel_filter_lookup()
9709 ret = rte_hash_lookup(ethertype_rule->hash_table, (const void *)input); in i40e_sw_ethertype_filter_lookup()
/f-stack/dpdk/examples/ipsec-secgw/
H A Dipsec-secgw.c1915 ret = rte_hash_lookup(map, &key); in add_mapping()