Home
last modified time | relevance | path

Searched refs:FNHE_HASH_SIZE (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/net/
Dip_fib.h76 #define FNHE_HASH_SIZE (1 << FNHE_HASH_SHIFT) macro
/Linux-v4.19/net/ipv4/
Dfib_semantics.c168 for (i = 0; i < FNHE_HASH_SIZE; i++) { in free_nh_exceptions()
1492 for (i = 0; i < FNHE_HASH_SIZE; i++) { in nh_update_mtu()
Droute.c652 hash = kcalloc(FNHE_HASH_SIZE, sizeof(*hash), GFP_ATOMIC); in update_or_create_fnhe()