Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dinet_hashtables.h119 #define INET_LHTABLE_SIZE 32 /* Yes, really, this is all you need. */ macro
156 struct inet_listen_hashbucket listening_hash[INET_LHTABLE_SIZE]
210 return (num + net_hash_mix(net)) & (INET_LHTABLE_SIZE - 1); in inet_lhashfn()
/Linux-v4.19/net/ipv4/
Dinet_hashtables.c791 for (i = 0; i < INET_LHTABLE_SIZE; i++) { in inet_hashinfo_init()
Dtcp_ipv4.c2053 if (++st->bucket < INET_LHTABLE_SIZE) in listening_get_next()
2179 if (st->bucket >= INET_LHTABLE_SIZE) in tcp_seek_last_pos()
Dinet_diag.c911 for (i = s_i; i < INET_LHTABLE_SIZE; i++) { in inet_diag_dump_icsk()