Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dtcp_minisocks.c167 inet_twsk_reschedule(tw, TCP_TIMEWAIT_LEN); in tcp_timewait_state_process()
204 inet_twsk_reschedule(tw, TCP_TIMEWAIT_LEN); in tcp_timewait_state_process()
254 inet_twsk_reschedule(tw, TCP_TIMEWAIT_LEN); in tcp_timewait_state_process()
332 tw->tw_timeout = TCP_TIMEWAIT_LEN; in tcp_time_wait()
334 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.c2154 if (tmo > TCP_TIMEWAIT_LEN) { in tcp_close()
2156 tmo - TCP_TIMEWAIT_LEN); in tcp_close()
Dtcp_input.c5936 if (tmo > TCP_TIMEWAIT_LEN) { in tcp_rcv_state_process()
5937 inet_csk_reset_keepalive_timer(sk, tmo - TCP_TIMEWAIT_LEN); in tcp_rcv_state_process()
/linux-4.4.14/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