Home
last modified time | relevance | path

Searched refs:TCP_TIMEWAIT_LEN (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/net/ipv4/
Dtcp_minisocks.c151 inet_twsk_reschedule(tw, TCP_TIMEWAIT_LEN); in tcp_timewait_state_process()
188 inet_twsk_reschedule(tw, TCP_TIMEWAIT_LEN); in tcp_timewait_state_process()
239 inet_twsk_reschedule(tw, TCP_TIMEWAIT_LEN); in tcp_timewait_state_process()
312 timeo = TCP_TIMEWAIT_LEN; in tcp_time_wait()
Dtcp_timer.c112 if ((s32)(tcp_jiffies32 - tp->lsndtime) <= TCP_TIMEWAIT_LEN || in tcp_out_of_resources()
672 const int tmo = tcp_fin_time(sk) - TCP_TIMEWAIT_LEN; in tcp_keepalive_timer()
Dtcp.c2447 if (tmo > TCP_TIMEWAIT_LEN) { in tcp_close()
2449 tmo - TCP_TIMEWAIT_LEN); in tcp_close()
Dtcp_input.c6167 if (tmo > TCP_TIMEWAIT_LEN) { in tcp_rcv_state_process()
6168 inet_csk_reset_keepalive_timer(sk, tmo - TCP_TIMEWAIT_LEN); in tcp_rcv_state_process()
/Linux-v4.19/include/net/
Dtcp.h121 #define TCP_TIMEWAIT_LEN (60*HZ) /* how long to wait to destroy TIME-WAIT macro
123 #define TCP_FIN_TIMEOUT TCP_TIMEWAIT_LEN