Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A 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()
325 timeo = TCP_TIMEWAIT_LEN; in tcp_time_wait()
H A Dtcp_timer.c117 if ((s32)(tcp_jiffies32 - tp->lsndtime) <= TCP_TIMEWAIT_LEN || in tcp_out_of_resources()
763 const int tmo = tcp_fin_time(sk) - TCP_TIMEWAIT_LEN; in tcp_keepalive_timer()
H A Dtcp.c2914 if (tmo > TCP_TIMEWAIT_LEN) { in __tcp_close()
2916 tmo - TCP_TIMEWAIT_LEN); in __tcp_close()
H A Dtcp_input.c6775 if (tmo > TCP_TIMEWAIT_LEN) { in tcp_rcv_state_process()
6776 inet_csk_reset_keepalive_timer(sk, tmo - TCP_TIMEWAIT_LEN); in tcp_rcv_state_process()
/openbmc/linux/include/net/
H A Dtcp.h124 #define TCP_TIMEWAIT_LEN (60*HZ) /* how long to wait to destroy TIME-WAIT macro
126 #define TCP_FIN_TIMEOUT TCP_TIMEWAIT_LEN
/openbmc/linux/net/mptcp/
H A Dprotocol.c2420 mptcp_set_close_tout(sk, tcp_jiffies32 - (TCP_TIMEWAIT_LEN + 1)); in __mptcp_close_ssk()
2555 inet_csk(sk)->icsk_mtup.probe_timestamp + TCP_TIMEWAIT_LEN); in mptcp_close_tout_expired()
2698 tcp_jiffies32 + jiffies + TCP_TIMEWAIT_LEN; in mptcp_reset_tout_timer()