Home
last modified time | relevance | path

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

/linux-4.19.296/include/net/
Dinet_hashtables.h125 #define INET_LHTABLE_SIZE 32 /* Yes, really, this is all you need. */ macro
162 struct inet_listen_hashbucket listening_hash[INET_LHTABLE_SIZE]
216 return (num + net_hash_mix(net)) & (INET_LHTABLE_SIZE - 1); in inet_lhashfn()