Home
last modified time | relevance | path

Searched refs:mpath_entropy_key (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netinet/
H A Din_fib.c98 return (toeplitz_hash(MPATH_ENTROPY_KEY_LEN, mpath_entropy_key, in fib4_calc_software_hash()
/freebsd/sys/netinet6/
H A Din6_fib.c104 return (toeplitz_hash(MPATH_ENTROPY_KEY_LEN, mpath_entropy_key, in fib6_calc_software_hash()
/freebsd/sys/net/route/
H A Droute_var.h334 extern uint8_t mpath_entropy_key[MPATH_ENTROPY_KEY_LEN];
H A Droute_ctl.c127 uint8_t mpath_entropy_key[MPATH_ENTROPY_KEY_LEN] = { variable