Lines Matching defs:timeout
130 * to combine FIN-WAIT-2 timeout with
145 #define TCP_TIMEOUT_MIN (2U) /* Min timeout for TCP timers in jiffies */
147 #define TCP_TIMEOUT_MIN_US (2*USEC_PER_MSEC) /* Min TCP timeout in microsecs */
390 void __tcp_close(struct sock *sk, long timeout);
391 void tcp_close(struct sock *sk, long timeout);
1003 CA_EVENT_LOSS, /* loss timeout */
2354 int timeout;
2356 timeout = tcp_call_bpf(sk, BPF_SOCK_OPS_TIMEOUT_INIT, 0, NULL);
2358 if (timeout <= 0)
2359 timeout = TCP_TIMEOUT_INIT;
2360 return timeout;