Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dneighbour.h190 #define NEIGH_NUM_HASH_RND 4 macro
195 __u32 hash_rnd[NEIGH_NUM_HASH_RND];
/openbmc/linux/net/core/
H A Dneighbour.c555 for (i = 0; i < NEIGH_NUM_HASH_RND; i++) in neigh_hash_alloc()