Searched refs:INET_LHTABLE_SIZE (Results 1 – 4 of 4) sorted by relevance
115 #define INET_LHTABLE_SIZE 32 /* Yes, really, this is all you need. */ macro149 struct inet_listen_hashbucket listening_hash[INET_LHTABLE_SIZE]236 return (num + net_hash_mix(net)) & (INET_LHTABLE_SIZE - 1); in inet_lhashfn()
612 for (i = 0; i < INET_LHTABLE_SIZE; i++) { in inet_hashinfo_init()
1893 if (++st->bucket < INET_LHTABLE_SIZE) { in listening_get_next()2023 if (st->bucket >= INET_LHTABLE_SIZE) in tcp_seek_last_pos()
816 for (i = s_i; i < INET_LHTABLE_SIZE; i++) { in inet_diag_dump_icsk()