Home
last modified time | relevance | path

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

/linux-5.19.10/net/ipv4/
Dtcp_minisocks.c145 inet_twsk_reschedule(tw, TCP_TIMEWAIT_LEN); in tcp_timewait_state_process()
182 inet_twsk_reschedule(tw, TCP_TIMEWAIT_LEN); in tcp_timewait_state_process()
233 inet_twsk_reschedule(tw, TCP_TIMEWAIT_LEN); in tcp_timewait_state_process()
311 timeo = TCP_TIMEWAIT_LEN; in tcp_time_wait()
Dtcp_timer.c119 if ((s32)(tcp_jiffies32 - tp->lsndtime) <= TCP_TIMEWAIT_LEN || in tcp_out_of_resources()
700 const int tmo = tcp_fin_time(sk) - TCP_TIMEWAIT_LEN; in tcp_keepalive_timer()
Dtcp.c2891 if (tmo > TCP_TIMEWAIT_LEN) { in __tcp_close()
2893 tmo - TCP_TIMEWAIT_LEN); in __tcp_close()
Dtcp_input.c6615 if (tmo > TCP_TIMEWAIT_LEN) { in tcp_rcv_state_process()
6616 inet_csk_reset_keepalive_timer(sk, tmo - TCP_TIMEWAIT_LEN); in tcp_rcv_state_process()
/linux-5.19.10/include/net/
Dtcp.h123 #define TCP_TIMEWAIT_LEN (60*HZ) /* how long to wait to destroy TIME-WAIT macro
125 #define TCP_FIN_TIMEOUT TCP_TIMEWAIT_LEN
/linux-5.19.10/net/mptcp/
Dprotocol.c2415 if (delta >= TCP_TIMEWAIT_LEN) in mptcp_check_close_timeout()
2534 …ose_timeout = inet_csk(sk)->icsk_mtup.probe_timestamp - tcp_jiffies32 + jiffies + TCP_TIMEWAIT_LEN; in mptcp_reset_timeout()