Home
last modified time | relevance | path

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

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

Completed in 7 milliseconds