INET_LHTABLE_SIZE 123 include/net/inet_hashtables.h struct hlist_head listening_hash[INET_LHTABLE_SIZE]; INET_LHTABLE_SIZE 219 include/net/inet_hashtables.h return (num + net_hash_mix(net)) & (INET_LHTABLE_SIZE - 1); INET_LHTABLE_SIZE 724 net/ipv4/inet_diag.c for (i = s_i; i < INET_LHTABLE_SIZE; i++) { INET_LHTABLE_SIZE 1938 net/ipv4/tcp_ipv4.c if (++st->bucket < INET_LHTABLE_SIZE) {