Home
last modified time | relevance | path

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

/linux-3.4.99/net/ipv4/
Dtcp_minisocks.c37 .period = TCP_TIMEWAIT_LEN / INET_TWDR_TWKILL_SLOTS,
206 TCP_TIMEWAIT_LEN); in tcp_timewait_state_process()
208 inet_twsk_schedule(tw, &tcp_death_row, TCP_TIMEWAIT_LEN, in tcp_timewait_state_process()
209 TCP_TIMEWAIT_LEN); in tcp_timewait_state_process()
247 inet_twsk_schedule(tw, &tcp_death_row, TCP_TIMEWAIT_LEN, in tcp_timewait_state_process()
248 TCP_TIMEWAIT_LEN); in tcp_timewait_state_process()
298 inet_twsk_schedule(tw, &tcp_death_row, TCP_TIMEWAIT_LEN, in tcp_timewait_state_process()
299 TCP_TIMEWAIT_LEN); in tcp_timewait_state_process()
382 tw->tw_timeout = TCP_TIMEWAIT_LEN; in tcp_time_wait()
384 timeo = TCP_TIMEWAIT_LEN; in tcp_time_wait()
[all …]
Dtcp_timer.c83 if ((s32)(tcp_time_stamp - tp->lsndtime) <= TCP_TIMEWAIT_LEN || in tcp_out_of_resources()
538 const int tmo = tcp_fin_time(sk) - TCP_TIMEWAIT_LEN; in tcp_keepalive_timer()
Dtcp.c2029 if (tmo > TCP_TIMEWAIT_LEN) { in tcp_close()
2031 tmo - TCP_TIMEWAIT_LEN); in tcp_close()
Dtcp_input.c6032 if (tmo > TCP_TIMEWAIT_LEN) { in tcp_rcv_state_process()
6033 inet_csk_reset_keepalive_timer(sk, tmo - TCP_TIMEWAIT_LEN); in tcp_rcv_state_process()
/linux-3.4.99/include/net/
Dtcp.h107 #define TCP_TIMEWAIT_LEN (60*HZ) /* how long to wait to destroy TIME-WAIT macro
109 #define TCP_FIN_TIMEOUT TCP_TIMEWAIT_LEN