| /f-stack/dpdk/app/test/ |
| H A D | test_hash.c | 287 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 D | test_hash_readwrite.c | 81 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 D | test_hash_readwrite_lf_perf.c | 638 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 D | test_hash_perf.c | 375 ret = rte_hash_lookup(h[table_index], keys[j]); in timed_lookups()
|
| /f-stack/dpdk/lib/librte_hash/ |
| H A D | version.map | 20 rte_hash_lookup;
|
| H A D | rte_hash.h | 504 rte_hash_lookup(const struct rte_hash *h, const void *key);
|
| H A D | rte_cuckoo_hash.c | 1431 rte_hash_lookup(const struct rte_hash *h, const void *key) in rte_hash_lookup() function
|
| /f-stack/dpdk/lib/librte_table/ |
| H A D | rte_table_hash_cuckoo.c | 171 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 D | l3fwd_em.c | 264 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 D | main.c | 583 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 D | l3_forward.rst | 322 ret = rte_hash_lookup(ipv4_l3fwd_lookup_struct, (const void *)&key);
|
| /f-stack/dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_fdir.c | 1028 ret = rte_hash_lookup(fdir_info->hash_handle, (const void *)key); in ixgbe_fdir_filter_lookup()
|
| H A D | ixgbe_ethdev.c | 7641 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 D | multi_proc_support.rst | 184 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 D | main.c | 818 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 D | ice_fdir_filter.c | 1207 ret = rte_hash_lookup(fdir_info->hash_table, key); in ice_fdir_entry_lookup()
|
| /f-stack/dpdk/drivers/net/i40e/ |
| H A D | i40e_fdir.c | 1329 ret = rte_hash_lookup(fdir_info->hash_table, in i40e_sw_fdir_filter_lookup()
|
| H A D | i40e_ethdev.c | 7812 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 D | ipsec-secgw.c | 1915 ret = rte_hash_lookup(map, &key); in add_mapping()
|