Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Dtcp_minisocks.c168 inet_twsk_reschedule(tw, TCP_TIMEWAIT_LEN); in tcp_timewait_state_process()
206 inet_twsk_reschedule(tw, TCP_TIMEWAIT_LEN); in tcp_timewait_state_process()
256 inet_twsk_reschedule(tw, TCP_TIMEWAIT_LEN); in tcp_timewait_state_process()
334 tw->tw_timeout = TCP_TIMEWAIT_LEN; in tcp_time_wait()
336 timeo = TCP_TIMEWAIT_LEN; in tcp_time_wait()
Dtcp_timer.c72 if ((s32)(tcp_time_stamp - tp->lsndtime) <= TCP_TIMEWAIT_LEN || in tcp_out_of_resources()
596 const int tmo = tcp_fin_time(sk) - TCP_TIMEWAIT_LEN; in tcp_keepalive_timer()
Dtcp.c2121 if (tmo > TCP_TIMEWAIT_LEN) { in tcp_close()
2123 tmo - TCP_TIMEWAIT_LEN); in tcp_close()
Dtcp_input.c5889 if (tmo > TCP_TIMEWAIT_LEN) { in tcp_rcv_state_process()
5890 inet_csk_reset_keepalive_timer(sk, tmo - TCP_TIMEWAIT_LEN); in tcp_rcv_state_process()
/linux-4.1.27/include/net/
Dtcp.h117 #define TCP_TIMEWAIT_LEN (60*HZ) /* how long to wait to destroy TIME-WAIT macro
119 #define TCP_FIN_TIMEOUT TCP_TIMEWAIT_LEN