Home
last modified time | relevance | path

Searched refs:FNHE_HASH_SHIFT (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/net/
H A Dip_fib.h77 #define FNHE_HASH_SHIFT 11 macro
78 #define FNHE_HASH_SIZE (1 << FNHE_HASH_SHIFT)
/openbmc/linux/net/ipv4/
H A Droute.c628 return hash_64(hval, FNHE_HASH_SHIFT); in fnhe_hashfun()