Home
last modified time | relevance | path

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

/linux-6.12.1/net/ipv4/
Dtcp_minisocks.c166 inet_twsk_reschedule(tw, TCP_TIMEWAIT_LEN); in tcp_timewait_state_process()
203 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()
349 timeo = TCP_TIMEWAIT_LEN; in tcp_time_wait()
Dtcp_timer.c122 if ((s32)(tcp_jiffies32 - tp->lsndtime) <= TCP_TIMEWAIT_LEN || in tcp_out_of_resources()
776 const int tmo = tcp_fin_time(sk) - TCP_TIMEWAIT_LEN; in tcp_keepalive_timer()
Dtcp.c3175 if (tmo > TCP_TIMEWAIT_LEN) { in __tcp_close()
3177 tmo - TCP_TIMEWAIT_LEN); in __tcp_close()
Dtcp_input.c6906 if (tmo > TCP_TIMEWAIT_LEN) { in tcp_rcv_state_process()
6907 inet_csk_reset_keepalive_timer(sk, tmo - TCP_TIMEWAIT_LEN); in tcp_rcv_state_process()
/linux-6.12.1/net/mptcp/
Dctrl.c76 return TCP_TIMEWAIT_LEN; in mptcp_close_timeout()
96 pernet->close_timeout = TCP_TIMEWAIT_LEN; in mptcp_pernet_set_defaults()
/linux-6.12.1/Documentation/networking/
Dmptcp-sysctl.rst62 The default value matches TCP_TIMEWAIT_LEN. This is a per-namespace
/linux-6.12.1/include/net/
Dtcp.h126 #define TCP_TIMEWAIT_LEN (60*HZ) /* how long to wait to destroy TIME-WAIT macro
128 #define TCP_FIN_TIMEOUT TCP_TIMEWAIT_LEN