Searched refs:toeplitz_hash (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/sys/net/ |
| H A D | toeplitz.h | 37 uint32_t toeplitz_hash(u_int keylen, const uint8_t *key,
|
| H A D | toeplitz.c | 38 toeplitz_hash(u_int keylen, const uint8_t *key, u_int datalen, in toeplitz_hash() function
|
| H A D | rss_config.c | 290 return (toeplitz_hash(sizeof(rss_key), rss_key, datalen, in rss_hash()
|
| /freebsd-13.1/sys/netinet/ |
| H A D | in_fib.c | 99 return (toeplitz_hash(MPATH_ENTROPY_KEY_LEN, mpath_entropy_key, in fib4_calc_software_hash()
|
| /freebsd-13.1/sys/netinet6/ |
| H A D | in6_fib.c | 105 return (toeplitz_hash(MPATH_ENTROPY_KEY_LEN, mpath_entropy_key, in fib6_calc_software_hash()
|