| /dpdk/lib/ipsec/ |
| H A D | ipsec_sad.c | 28 #define DEFAULT_HASH_FUNC rte_hash_crc 77 rte_hash_crc(key, sad->keysize[key_type], sad->init_val)); in EAL_REGISTER_TAILQ() 97 rte_hash_crc(key, sad->keysize[RTE_IPSEC_SAD_SPI_ONLY], in EAL_REGISTER_TAILQ() 104 rte_hash_crc(key, sad->keysize[RTE_IPSEC_SAD_SPI_ONLY], in EAL_REGISTER_TAILQ() 138 key, rte_hash_crc(key, sad->keysize[key_type], in rte_ipsec_sad_add() 146 key, rte_hash_crc(key, sad->keysize[key_type], in rte_ipsec_sad_add() 228 key, rte_hash_crc(key, sad->keysize[key_type], in rte_ipsec_sad_del() 234 key, rte_hash_crc(key, sad->keysize[key_type], in rte_ipsec_sad_del() 242 rte_hash_crc(key, sad->keysize[key_type], in rte_ipsec_sad_del() 494 hash_sig_3[n_3] = rte_hash_crc(keys[i], in __ipsec_sad_lookup() [all …]
|
| /dpdk/app/test/ |
| H A D | test_hash_functions.c | 64 static rte_hash_function hashtest_funcs[] = {rte_jhash, rte_hash_crc}; 85 if (f == rte_hash_crc) in get_hash_name() 167 hash = rte_hash_crc(key, hashtest_key_lens[i], in verify_precalculated_hash_func_tests()
|
| H A D | test_hash.c | 36 static rte_hash_function hashtest_funcs[] = {rte_jhash, rte_hash_crc}; 186 hash_val = rte_hash_crc(data64, data_len, init_val); in test_crc32_hash_alg_equiv() 190 if (hash_val != rte_hash_crc(data64, data_len, init_val)) { in test_crc32_hash_alg_equiv() 197 if (hash_val != rte_hash_crc(data64, data_len, init_val)) { in test_crc32_hash_alg_equiv() 204 if (hash_val != rte_hash_crc(data64, data_len, init_val)) { in test_crc32_hash_alg_equiv()
|
| H A D | test_rcu_qsbr_perf.c | 339 .hash_func = rte_hash_crc, in init_hash()
|
| H A D | test_hash_readwrite.c | 141 hash_params.hash_func = rte_hash_crc; in init_params()
|
| H A D | test_rcu_qsbr.c | 1054 .hash_func = rte_hash_crc, in init_hash()
|
| H A D | test_hash_readwrite_lf_perf.c | 163 hash_params.hash_func = rte_hash_crc; in init_params()
|
| /dpdk/lib/hash/ |
| H A D | meson.build | 6 'rte_hash_crc.h',
|
| H A D | rte_hash_crc.h | 168 rte_hash_crc(const void *data, uint32_t data_len, uint32_t init_val) in rte_hash_crc() function
|
| H A D | rte_cuckoo_hash.c | 402 default_hash_func = (rte_hash_function)rte_hash_crc; in rte_hash_create() 405 default_hash_func = (rte_hash_function)rte_hash_crc; in rte_hash_create()
|
| /dpdk/lib/member/ |
| H A D | rte_member.h | 72 #define MEMBER_HASH_FUNC rte_hash_crc
|
| /dpdk/drivers/net/hns3/ |
| H A D | hns3_fdir.c | 833 .hash_func = rte_hash_crc, in hns3_fdir_filter_init() 904 sig = rte_hash_crc(key, sizeof(*key), 0); in hns3_fdir_filter_lookup() 919 sig = rte_hash_crc(key, sizeof(*key), 0); in hns3_insert_fdir_filter() 940 sig = rte_hash_crc(key, sizeof(*key), 0); in hns3_remove_fdir_filter()
|
| /dpdk/lib/efd/ |
| H A D | rte_efd.c | 36 (uint32_t)(rte_hash_crc(key, table->key_len, 0xbc9f1d35)) 39 (uint32_t)(rte_hash_crc(key, table->key_len, 0xbc9f1d36))
|
| /dpdk/doc/api/ |
| H A D | doxy-api-index.md | 148 [CRC hash] (@ref rte_hash_crc.h)
|
| /dpdk/examples/l3fwd/ |
| H A D | l3fwd_em.c | 38 #define DEFAULT_HASH_FUNC rte_hash_crc
|
| /dpdk/examples/l3fwd-power/ |
| H A D | main.c | 276 #define DEFAULT_HASH_FUNC rte_hash_crc
|
| /dpdk/drivers/net/i40e/ |
| H A D | i40e_fdir.c | 1309 rte_hash_crc(input->input.flow.raw_flow.packet, in i40e_fdir_filter_convert()
|
| H A D | i40e_ethdev.c | 995 .hash_func = rte_hash_crc, in i40e_init_ethtype_filter_list() 1040 .hash_func = rte_hash_crc, in i40e_init_tunnel_filter_list() 1093 .hash_func = rte_hash_crc, in i40e_init_fdir_filter_list()
|
| /dpdk/drivers/net/txgbe/ |
| H A D | txgbe_ethdev.c | 863 .hash_func = rte_hash_crc, in txgbe_fdir_filter_init() 898 .hash_func = rte_hash_crc, in txgbe_l2_tn_filter_init()
|
| /dpdk/drivers/net/ice/ |
| H A D | ice_fdir_filter.c | 387 .hash_func = rte_hash_crc, in ice_fdir_init_filter_list()
|
| /dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_ethdev.c | 1394 .hash_func = rte_hash_crc, in ixgbe_fdir_filter_init() 1431 .hash_func = rte_hash_crc, in ixgbe_l2_tn_filter_init()
|