Lines Matching refs:timeout
275 req->timeout = tcp_timeout_init(child);
277 req->timeout, TCP_RTO_MAX);
484 * And we reset the timeout back to 1hr when we see a successful active
510 /* Calculate timeout for tfo active disable
512 * Return false if timeout already expired and we should use active TFO
518 unsigned long timeout;
532 /* Limit timeout to max: 2^6 * initial timeout */
536 timeout = READ_ONCE(sock_net(sk)->ipv4.tfo_active_disable_stamp) +
538 if (time_before(jiffies, timeout))
587 * Fast Open globally after hitting the third consecutive timeout or
588 * exceeding the configured timeout limit.