Searched refs:TCP_TIMEWAIT_LEN (Results 1 – 6 of 6) sorted by relevance
66 默认值与TCP_TIMEWAIT_LEN相同。此为每个命名空间的sysctl参数。
182 inet_twsk_reschedule(tw, TCP_TIMEWAIT_LEN); in tcp_timewait_state_process()222 inet_twsk_reschedule(tw, TCP_TIMEWAIT_LEN); in tcp_timewait_state_process()280 inet_twsk_reschedule(tw, TCP_TIMEWAIT_LEN); in tcp_timewait_state_process()378 timeo = TCP_TIMEWAIT_LEN; in tcp_time_wait()
124 if ((s32)(tcp_jiffies32 - tp->lsndtime) <= TCP_TIMEWAIT_LEN || in tcp_out_of_resources()803 const int tmo = tcp_fin_time(sk) - TCP_TIMEWAIT_LEN; in tcp_keepalive_timer()
3268 if (tmo > TCP_TIMEWAIT_LEN) { in __tcp_close()3270 tmo - TCP_TIMEWAIT_LEN); in __tcp_close()
7302 if (tmo > TCP_TIMEWAIT_LEN) { in tcp_rcv_state_process()7303 tcp_reset_keepalive_timer(sk, tmo - TCP_TIMEWAIT_LEN); in tcp_rcv_state_process()
140 #define TCP_TIMEWAIT_LEN (60*HZ) /* how long to wait to destroy TIME-WAIT macro142 #define TCP_FIN_TIMEOUT TCP_TIMEWAIT_LEN