Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dinet_hashtables.c1217 h->lhash2 = kmalloc_array(INET_LHTABLE_SIZE, sizeof(*h->lhash2), GFP_KERNEL); in inet_hashinfo2_init_mod()
1221 h->lhash2_mask = INET_LHTABLE_SIZE - 1; in inet_hashinfo2_init_mod()
1223 BUG_ON(INET_LHTABLE_SIZE & h->lhash2_mask); in inet_hashinfo2_init_mod()
/openbmc/linux/include/net/
H A Dinet_hashtables.h147 #define INET_LHTABLE_SIZE 32 /* Yes, really, this is all you need. */ macro