Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dinet_hashtables.c1287 h->lhash2 = kmalloc_objs(*h->lhash2, INET_LHTABLE_SIZE); in inet_hashinfo2_init_mod()
1291 h->lhash2_mask = INET_LHTABLE_SIZE - 1; in inet_hashinfo2_init_mod()
1293 BUG_ON(INET_LHTABLE_SIZE & h->lhash2_mask); in inet_hashinfo2_init_mod()
/linux/include/net/
H A Dinet_hashtables.h145 #define INET_LHTABLE_SIZE 32 /* Yes, really, this is all you need. */ macro