Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dinet_hashtables.h115 #define INET_LHTABLE_SIZE 32 /* Yes, really, this is all you need. */ macro
149 struct inet_listen_hashbucket listening_hash[INET_LHTABLE_SIZE]
236 return (num + net_hash_mix(net)) & (INET_LHTABLE_SIZE - 1); in inet_lhashfn()
/linux-4.1.27/net/ipv4/
Dinet_hashtables.c612 for (i = 0; i < INET_LHTABLE_SIZE; i++) { in inet_hashinfo_init()
Dtcp_ipv4.c1893 if (++st->bucket < INET_LHTABLE_SIZE) { in listening_get_next()
2023 if (st->bucket >= INET_LHTABLE_SIZE) in tcp_seek_last_pos()
Dinet_diag.c816 for (i = s_i; i < INET_LHTABLE_SIZE; i++) { in inet_diag_dump_icsk()