Searched refs:rte_hash_lookup_data (Results 1 – 13 of 13) sorted by relevance
| /f-stack/dpdk/lib/librte_hash/ |
| H A D | version.map | 23 rte_hash_lookup_data;
|
| H A D | rte_hash.h | 458 rte_hash_lookup_data(const struct rte_hash *h, const void *key, void **data);
|
| H A D | rte_cuckoo_hash.c | 1446 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 D | test_hash_readwrite.c | 304 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 D | test_rcu_qsbr_perf.c | 305 if (rte_hash_lookup_data(hash, keys + i, in test_rcu_qsbr_hash_reader()
|
| H A D | test_hash_perf.c | 361 ret = rte_hash_lookup_data(h[table_index], in timed_lookups()
|
| H A D | test_rcu_qsbr.c | 981 if (rte_hash_lookup_data(hash, keys+i, in test_rcu_qsbr_reader()
|
| /f-stack/dpdk/drivers/net/memif/ |
| H A D | memif_socket.c | 969 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 D | vhost_crypto.c | 422 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 D | ipsec.c | 72 ret = rte_hash_lookup_data(ipsec_ctx->cdev_map, &key, in create_lookaside_session()
|
| /f-stack/freebsd/contrib/dpdk_rte_lpm/ |
| H A D | rte_lpm6.c | 459 ret = rte_hash_lookup_data(lpm->rules_tbl, (const void *) rule_key,
|
| /f-stack/dpdk/lib/librte_lpm/ |
| H A D | rte_lpm6.c | 454 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 D | enic_fm_flow.c | 2186 ret = rte_hash_lookup_data(fm->action_hash, action_in, in enic_action_handle_get()
|