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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dinet_connection_sock.c100 int smallest_size = -1, smallest_rover; local
111 smallest_size = -1;
123 (tb->num_owners < smallest_size || smallest_size == -1)) {
124 smallest_size = tb->num_owners;
150 if (smallest_size != -1) {
175 smallest_size == -1) {
181 smallest_size != -1 && --attempts >= 0) {

Completed in 13 milliseconds