INET_LHTABLE_SIZE  159 include/net/inet_hashtables.h 	struct inet_listen_hashbucket	listening_hash[INET_LHTABLE_SIZE]
INET_LHTABLE_SIZE  230 include/net/inet_hashtables.h 	return (num + net_hash_mix(net)) & (INET_LHTABLE_SIZE - 1);
INET_LHTABLE_SIZE  911 net/ipv4/inet_diag.c 		for (i = s_i; i < INET_LHTABLE_SIZE; i++) {
INET_LHTABLE_SIZE  750 net/ipv4/inet_hashtables.c 	for (i = 0; i < INET_LHTABLE_SIZE; i++) {
INET_LHTABLE_SIZE  791 net/ipv4/inet_hashtables.c 	h->lhash2 = kmalloc_array(INET_LHTABLE_SIZE, sizeof(*h->lhash2), GFP_KERNEL);
INET_LHTABLE_SIZE  795 net/ipv4/inet_hashtables.c 	h->lhash2_mask = INET_LHTABLE_SIZE - 1;
INET_LHTABLE_SIZE  797 net/ipv4/inet_hashtables.c 	BUG_ON(INET_LHTABLE_SIZE & h->lhash2_mask);
INET_LHTABLE_SIZE 2177 net/ipv4/tcp_ipv4.c 	if (++st->bucket < INET_LHTABLE_SIZE)
INET_LHTABLE_SIZE 2303 net/ipv4/tcp_ipv4.c 		if (st->bucket >= INET_LHTABLE_SIZE)