| /f-stack/dpdk/app/test/ |
| H A D | test_hash_functions.c | 64 static rte_hash_function hashtest_funcs[] = {rte_jhash, rte_hash_crc}; 82 if (f == rte_jhash) in get_hash_name() 157 hash = rte_jhash(key, hashtest_key_lens[i], in verify_precalculated_hash_func_tests() 199 hash = rte_jhash(key, hashtest_key_lens[i], in verify_jhash_32bits() 233 hash = rte_jhash(key, 4, 0); in verify_jhash_words() 242 hash = rte_jhash(key, 8, 0); in verify_jhash_words() 251 hash = rte_jhash(key, 12, 0); in verify_jhash_words()
|
| H A D | test_hash_multiwriter.c | 112 .hash_func = rte_jhash, in test_hash_multiwriter()
|
| H A D | test_hash.c | 36 static rte_hash_function hashtest_funcs[] = {rte_jhash, rte_hash_crc}; 151 .hash_func = rte_jhash, 1459 ut_params.hash_func = rte_jhash; in test_average_table_utilization() 1537 ut_params.hash_func = rte_jhash; in test_hash_iteration()
|
| H A D | test_hash_readwrite.c | 139 hash_params.hash_func = rte_jhash; in init_params()
|
| H A D | test_hash_perf.c | 76 .hash_func = rte_jhash,
|
| H A D | test_hash_readwrite_lf_perf.c | 161 hash_params.hash_func = rte_jhash; in init_params()
|
| /f-stack/dpdk/lib/librte_hash/ |
| H A D | meson.build | 8 'rte_jhash.h',
|
| H A D | rte_jhash.h | 280 rte_jhash(const void *key, uint32_t length, uint32_t initval) in rte_jhash() function
|
| H A D | rte_cuckoo_hash.c | 163 rte_hash_function default_hash_func = (rte_hash_function)rte_jhash; in rte_hash_create()
|
| /f-stack/dpdk/lib/librte_member/ |
| H A D | rte_member.h | 76 #define MEMBER_HASH_FUNC rte_jhash
|
| /f-stack/dpdk/examples/l3fwd/ |
| H A D | l3fwd_em.c | 40 #define DEFAULT_HASH_FUNC rte_jhash 198 init_val = rte_jhash(k->ip_src, in ipv6_hash_crc() 200 init_val = rte_jhash(k->ip_dst, in ipv6_hash_crc()
|
| /f-stack/freebsd/contrib/dpdk_rte_lpm/ |
| H A D | rte_jhash.h | 274 rte_jhash(const void *key, uint32_t length, uint32_t initval) in rte_jhash() function
|
| H A D | rte_lpm6.c | 154 return rte_jhash(data, sizeof(struct rte_lpm6_rule_key), init_val);
|
| /f-stack/dpdk/doc/api/ |
| H A D | doxy-api-index.md | 138 [jhash] (@ref rte_jhash.h),
|
| /f-stack/dpdk/drivers/net/enic/ |
| H A D | enic_clsf.c | 33 #define DEFAULT_HASH_FUNC rte_jhash
|
| H A D | enic_fm_flow.c | 2755 .hash_func = rte_jhash, in enic_fm_init_actions()
|
| /f-stack/dpdk/lib/librte_efd/ |
| H A D | rte_efd.c | 36 (uint32_t)(rte_jhash(key, table->key_len, 0xbc9f1d34))
|
| /f-stack/dpdk/lib/librte_lpm/ |
| H A D | rte_lpm6.c | 160 return rte_jhash(data, sizeof(struct rte_lpm6_rule_key), init_val); in rule_hash()
|
| /f-stack/dpdk/drivers/net/memif/ |
| H A D | memif_socket.c | 942 params.hash_func = rte_jhash; in memif_create_socket_hash()
|
| /f-stack/dpdk/drivers/net/tap/ |
| H A D | tap_flow.c | 1306 handle = rte_jhash(&flow, sizeof(flow), 1); in tap_flow_set_handle()
|
| /f-stack/dpdk/drivers/net/hinic/base/ |
| H A D | hinic_pmd_hwdev.c | 53 #define HINIC_HASH_FUNC rte_jhash
|
| /f-stack/dpdk/lib/librte_vhost/ |
| H A D | vhost_crypto.c | 1458 params.hash_func = rte_jhash; in rte_vhost_crypto_create()
|
| /f-stack/dpdk/examples/l3fwd-power/ |
| H A D | main.c | 274 #define DEFAULT_HASH_FUNC rte_jhash
|
| /f-stack/dpdk/examples/ipsec-secgw/ |
| H A D | ipsec-secgw.c | 2031 params.hash_func = rte_jhash; in cryptodevs_init()
|