Home
last modified time | relevance | path

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

/linux/include/net/
H A Dip_fib.h79 #define FNHE_HASH_SHIFT 11 macro
80 #define FNHE_HASH_SIZE (1 << FNHE_HASH_SHIFT)
/linux/net/ipv4/
H A Droute.c616 return hash_64(hval, FNHE_HASH_SHIFT); in fnhe_hashfun()