Lines Matching defs:high
121 void inet_get_local_port_range(struct net *net, int *low, int *high)
129 *high = net->ipv4.ip_local_ports.range[1];
194 int i, low, high, attempt_half;
203 inet_get_local_port_range(net, &low, &high);
204 high++; /* [32768, 60999] -> [32768, 61000[ */
205 if (high - low < 4)
208 int half = low + (((high - low) >> 2) << 1);
211 high = half;
215 remaining = high - low;
228 if (unlikely(port >= high))
768 * rtt is high or nobody planned to ack (i.e. synflood).