Home
last modified time | relevance | path

Searched refs:toeplitz_hash (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/net/
H A Dtoeplitz.h37 uint32_t toeplitz_hash(u_int keylen, const uint8_t *key,
H A Dtoeplitz.c38 toeplitz_hash(u_int keylen, const uint8_t *key, u_int datalen, in toeplitz_hash() function
H A Drss_config.c290 return (toeplitz_hash(sizeof(rss_key), rss_key, datalen, in rss_hash()
/f-stack/freebsd/netinet/
H A Din_fib.c99 return (toeplitz_hash(MPATH_ENTROPY_KEY_LEN, mpath_entropy_key, in fib4_calc_software_hash()
/f-stack/freebsd/netinet6/
H A Din6_fib.c105 return (toeplitz_hash(MPATH_ENTROPY_KEY_LEN, mpath_entropy_key, in fib6_calc_software_hash()
/f-stack/lib/
H A Dff_dpdk_if.c1987 toeplitz_hash(unsigned keylen, const uint8_t *key, function
2069 hash = toeplitz_hash(rsskey_len, rsskey, datalen, data);