Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_hash/
H A Dversion.map23 rte_hash_lookup_data;
H A Drte_hash.h458 rte_hash_lookup_data(const struct rte_hash *h, const void *key, void **data);
H A Drte_cuckoo_hash.c1446 rte_hash_lookup_data(const struct rte_hash *h, const void *key, void **data) in rte_hash_lookup_data() function
/f-stack/dpdk/app/test/
H A Dtest_hash_readwrite.c304 rte_hash_lookup_data(tbl_rw_test_param.h, in test_rw_reader()
421 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.c361 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()
/f-stack/dpdk/drivers/net/memif/
H A Dmemif_socket.c969 ret = rte_hash_lookup_data(hash, key, (void **)&socket); in memif_socket_init()
1020 if (rte_hash_lookup_data(hash, pmd->socket_filename, (void **)&socket) < 0) in memif_socket_remove_device()
/f-stack/dpdk/lib/librte_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()
/f-stack/dpdk/examples/ipsec-secgw/
H A Dipsec.c72 ret = rte_hash_lookup_data(ipsec_ctx->cdev_map, &key, in create_lookaside_session()
/f-stack/freebsd/contrib/dpdk_rte_lpm/
H A Drte_lpm6.c459 ret = rte_hash_lookup_data(lpm->rules_tbl, (const void *) rule_key,
/f-stack/dpdk/lib/librte_lpm/
H A Drte_lpm6.c454 ret = rte_hash_lookup_data(lpm->rules_tbl, (const void *) rule_key, in rule_find_with_key()
/f-stack/dpdk/drivers/net/enic/
H A Denic_fm_flow.c2186 ret = rte_hash_lookup_data(fm->action_hash, action_in, in enic_action_handle_get()