Home
last modified time | relevance | path

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

/linux/Documentation/translations/zh_CN/networking/
H A Dmptcp-sysctl.rst66 默认值与TCP_TIMEWAIT_LEN相同。此为每个命名空间的sysctl参数。
/linux/net/ipv4/
H A Dtcp_minisocks.c182 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()
379 timeo = TCP_TIMEWAIT_LEN; in tcp_time_wait()
H A Dtcp.c3305 if (tmo > TCP_TIMEWAIT_LEN) { in __tcp_close()
3307 tmo - TCP_TIMEWAIT_LEN); in __tcp_close()
H A Dtcp_input.c7353 if (tmo > TCP_TIMEWAIT_LEN) { in tcp_rcv_state_process()
7354 tcp_reset_keepalive_timer(sk, tmo - TCP_TIMEWAIT_LEN); in tcp_rcv_state_process()
/linux/include/net/
H A Dtcp.h142 #define TCP_TIMEWAIT_LEN (60*HZ) /* how long to wait to destroy TIME-WAIT macro
144 #define TCP_FIN_TIMEOUT TCP_TIMEWAIT_LEN