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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dinetpeer.c61 * 4. Global variable peer_total is modified under the pool lock.
88 static int peer_total; variable
320 peer_total--;
416 peer_total++;
419 if (peer_total >= inet_peer_threshold)
442 if (peer_total >= inet_peer_threshold)
447 peer_total / inet_peer_threshold * HZ;
456 if (peer_total >= inet_peer_threshold)
462 peer_total / inet_peer_threshold * HZ;

Completed in 62 milliseconds