Home
last modified time | relevance | path

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

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