Home
last modified time | relevance | path

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

/f-stack/freebsd/net/route/
H A Dmpath_ctl.c73 uint8_t mpath_entropy_key[MPATH_ENTROPY_KEY_LEN] = { variable
H A Droute_var.h325 extern uint8_t mpath_entropy_key[MPATH_ENTROPY_KEY_LEN];
/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()