Lines Matching defs:timeout
146 * to combine FIN-WAIT-2 timeout with
164 #define TCP_TIMEOUT_MIN (2U) /* Min timeout for TCP timers in jiffies */
166 #define TCP_TIMEOUT_MIN_US (2*USEC_PER_MSEC) /* Min TCP timeout in microsecs */
468 void __tcp_close(struct sock *sk, long timeout);
469 void tcp_close(struct sock *sk, long timeout);
483 void tcp_reset_keepalive_timer(struct sock *sk, unsigned long timeout);
1168 CA_EVENT_LOSS, /* loss timeout */
2824 int timeout;
2826 timeout = tcp_call_bpf(sk, BPF_SOCK_OPS_TIMEOUT_INIT, 0, NULL);
2828 if (timeout <= 0)
2829 timeout = TCP_TIMEOUT_INIT;
2830 return min_t(int, timeout, TCP_RTO_MAX);