Home
last modified time | relevance | path

Searched refs:rte_hash_lookup_bulk (Results 1 – 12 of 12) sorted by relevance

/f-stack/dpdk/examples/l3fwd/
H A Dl3fwd_em_hlm.h38 rte_hash_lookup_bulk(qconf->ipv4_lookup_struct, &key_array[0], in em_get_dst_port_ipv4xN()
65 rte_hash_lookup_bulk(qconf->ipv6_lookup_struct, &key_array[0], in em_get_dst_port_ipv6xN()
92 rte_hash_lookup_bulk(qconf->ipv4_lookup_struct, &key_array[0], in em_get_dst_port_ipv4xN_events()
119 rte_hash_lookup_bulk(qconf->ipv6_lookup_struct, &key_array[0], in em_get_dst_port_ipv6xN_events()
/f-stack/dpdk/lib/librte_hash/
H A Dversion.map21 rte_hash_lookup_bulk;
H A Drte_hash.h649 rte_hash_lookup_bulk(const struct rte_hash *h, const void **keys,
H A Drte_cuckoo_hash.c2329 rte_hash_lookup_bulk(const struct rte_hash *h, const void **keys, in rte_hash_lookup_bulk() function
/f-stack/dpdk/examples/server_node_efd/node/
H A Dnode.c283 rte_hash_lookup_bulk(h, key_ptrs, num_packets, positions); in handle_packets()
/f-stack/dpdk/lib/librte_table/
H A Drte_table_hash_cuckoo.c256 status = rte_hash_lookup_bulk(t->h_table, in rte_table_hash_cuckoo_lookup()
/f-stack/dpdk/app/test/
H A Dtest_hash_readwrite_lf_perf.c604 rte_hash_lookup_bulk(tbl_rwc_test_param.h, in test_rwc_reader()
623 rte_hash_lookup_bulk(tbl_rwc_test_param.h, in test_rwc_reader()
H A Dtest_hash_perf.c495 rte_hash_lookup_bulk(h[table_index], in timed_lookups_multi()
H A Dtest_hash.c726 ret = rte_hash_lookup_bulk(handle, &key_array[0], 5, (int32_t *)pos); in test_five_keys()
767 ret = rte_hash_lookup_bulk(handle, &key_array[0], 5, (int32_t *)pos); in test_five_keys()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dserver_node_efd.rst365 rte_hash_lookup_bulk(h, key_ptrs, num_packets, positions);
H A Dl3_forward.rst352 rte_hash_lookup_bulk(qconf->ipv4_lookup_struct, &key_array[0], 4, ret);
/f-stack/dpdk/examples/performance-thread/l3fwd-thread/
H A Dmain.c1014 rte_hash_lookup_bulk(RTE_PER_LCORE(lcore_conf)->ipv4_lookup_struct, in simple_ipv4_fwd_8pkts()
1169 rte_hash_lookup_bulk(RTE_PER_LCORE(lcore_conf)->ipv6_lookup_struct, in simple_ipv6_fwd_8pkts()