Searched refs:rte_jhash_3words (Results 1 – 4 of 4) sorted by relevance
| /dpdk/lib/ip_frag/ |
| H A D | ip_frag_internal.c | 54 v = rte_jhash_3words(p[0], p[1], key->id, PRIME_VALUE); in ipv4_frag_hash() 81 v = rte_jhash_3words(p[0], p[1], p[2], PRIME_VALUE); in ipv6_frag_hash() 82 v = rte_jhash_3words(p[3], p[4], p[5], v); in ipv6_frag_hash() 83 v = rte_jhash_3words(p[6], p[7], key->id, v); in ipv6_frag_hash()
|
| /dpdk/app/test/ |
| H A D | test_hash_functions.c | 252 hash_words = rte_jhash_3words(key[0], key[1], key[2], 0); in verify_jhash_words()
|
| H A D | test_hash.c | 1723 return rte_jhash_3words(k[0], k[1], k[2], initval); in test_hash_jhash_3word()
|
| /dpdk/lib/hash/ |
| H A D | rte_jhash.h | 340 rte_jhash_3words(uint32_t a, uint32_t b, uint32_t c, uint32_t initval) in rte_jhash_3words() function
|