inet_peer_threshold 374 include/net/ip.h extern int inet_peer_threshold; inet_peer_threshold 68 net/ipv4/inetpeer.c int inet_peer_threshold __read_mostly = 65536 + 128; /* start to throw entries more inet_peer_threshold 85 net/ipv4/inetpeer.c inet_peer_threshold >>= 1; /* max pool size about 1MB on IA32 */ inet_peer_threshold 87 net/ipv4/inetpeer.c inet_peer_threshold >>= 1; /* about 512KB */ inet_peer_threshold 89 net/ipv4/inetpeer.c inet_peer_threshold >>= 2; /* about 128KB */ inet_peer_threshold 155 net/ipv4/inetpeer.c if (base->total >= inet_peer_threshold) inet_peer_threshold 160 net/ipv4/inetpeer.c base->total / inet_peer_threshold * HZ; inet_peer_threshold 490 net/ipv4/sysctl_net_ipv4.c .data = &inet_peer_threshold,