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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dinet_hashtables.h116 #define INET_LHTABLE_SIZE 32 /* Yes, really, this is all you need. */ macro
151 struct inet_listen_hashbucket listening_hash[INET_LHTABLE_SIZE]
239 return (num + net_hash_mix(net)) & (INET_LHTABLE_SIZE - 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dinet_hashtables.c557 for (i = 0; i < INET_LHTABLE_SIZE; i++) {
H A Dinet_diag.c720 for (i = s_i; i < INET_LHTABLE_SIZE; i++) {
H A Dtcp_ipv4.c2064 if (++st->bucket < INET_LHTABLE_SIZE) {
2237 if (st->bucket >= INET_LHTABLE_SIZE)

Completed in 88 milliseconds