Searched refs:TCP_TIMEWAIT_LEN (Results 1 – 5 of 5) sorted by relevance
151 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()
112 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()
2447 if (tmo > TCP_TIMEWAIT_LEN) { in tcp_close()2449 tmo - TCP_TIMEWAIT_LEN); in tcp_close()
6167 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()
121 #define TCP_TIMEWAIT_LEN (60*HZ) /* how long to wait to destroy TIME-WAIT macro123 #define TCP_FIN_TIMEOUT TCP_TIMEWAIT_LEN