Home
last modified time | relevance | path

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

/dpdk/lib/hash/
H A Dversion.map24 rte_hash_lookup_data;
H A Drte_hash.h452 rte_hash_lookup_data(const struct rte_hash *h, const void *key, void **data);
H A Drte_cuckoo_hash.c1442 rte_hash_lookup_data(const struct rte_hash *h, const void *key, void **data) in rte_hash_lookup_data() function
/dpdk/app/test/
H A Dtest_hash_readwrite.c301 rte_hash_lookup_data(tbl_rw_test_param.h, in test_rw_reader()
415 rte_hash_lookup_data(tbl_rw_test_param.h, in test_hash_readwrite_perf()
H A Dtest_rcu_qsbr_perf.c305 if (rte_hash_lookup_data(hash, keys + i, in test_rcu_qsbr_hash_reader()
H A Dtest_hash_perf.c356 ret = rte_hash_lookup_data(h[table_index], in timed_lookups()
H A Dtest_rcu_qsbr.c981 if (rte_hash_lookup_data(hash, keys+i, in test_rcu_qsbr_reader()
/dpdk/drivers/net/memif/
H A Dmemif_socket.c1016 ret = rte_hash_lookup_data(hash, key, (void **)&socket); in memif_socket_init()
1067 if (rte_hash_lookup_data(hash, pmd->socket_filename, (void **)&socket) < 0) in memif_socket_remove_device()
/dpdk/lib/vhost/
H A Dvhost_crypto.c422 ret = rte_hash_lookup_data(vcrypto->session_map, &sess_id, in vhost_crypto_close_sess()
1273 err = rte_hash_lookup_data(vcrypto->session_map, in vhost_crypto_process_one_req()
/dpdk/lib/lpm/
H A Drte_lpm6.c449 ret = rte_hash_lookup_data(lpm->rules_tbl, (const void *) rule_key, in rule_find_with_key()
/dpdk/examples/ipsec-secgw/
H A Dipsec.c72 ret = rte_hash_lookup_data(ipsec_ctx->cdev_map, &key, in create_lookaside_session()
/dpdk/drivers/net/enic/
H A Denic_fm_flow.c2576 ret = rte_hash_lookup_data(fm->action_hash, action_in, in enic_action_handle_get()