Home
last modified time | relevance | path

Searched refs:TCP_TIMEWAIT_LEN (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_minisocks.c152 inet_twsk_reschedule(tw, TCP_TIMEWAIT_LEN); in tcp_timewait_state_process()
189 inet_twsk_reschedule(tw, TCP_TIMEWAIT_LEN); in tcp_timewait_state_process()
240 inet_twsk_reschedule(tw, TCP_TIMEWAIT_LEN); in tcp_timewait_state_process()
318 timeo = TCP_TIMEWAIT_LEN; in tcp_time_wait()
H A Dtcp_timer.c119 if ((s32)(tcp_jiffies32 - tp->lsndtime) <= TCP_TIMEWAIT_LEN || in tcp_out_of_resources()
735 const int tmo = tcp_fin_time(sk) - TCP_TIMEWAIT_LEN; in tcp_keepalive_timer()
H A Dtcp.c2690 if (tmo > TCP_TIMEWAIT_LEN) { in __tcp_close()
2692 tmo - TCP_TIMEWAIT_LEN); in __tcp_close()
H A Dtcp_input.c6565 if (tmo > TCP_TIMEWAIT_LEN) { in tcp_rcv_state_process()
6566 inet_csk_reset_keepalive_timer(sk, tmo - TCP_TIMEWAIT_LEN); in tcp_rcv_state_process()
/kernel/linux/linux-6.6/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.c121 if ((s32)(tcp_jiffies32 - tp->lsndtime) <= TCP_TIMEWAIT_LEN || in tcp_out_of_resources()
739 const int tmo = tcp_fin_time(sk) - TCP_TIMEWAIT_LEN; in tcp_keepalive_timer()
H A Dtcp.c2888 if (tmo > TCP_TIMEWAIT_LEN) { in __tcp_close()
2890 tmo - TCP_TIMEWAIT_LEN); in __tcp_close()
H A Dtcp_input.c6668 if (tmo > TCP_TIMEWAIT_LEN) { in tcp_rcv_state_process()
6669 inet_csk_reset_keepalive_timer(sk, tmo - TCP_TIMEWAIT_LEN); in tcp_rcv_state_process()
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H A Dtcp_nip_input.c175 inet_csk_reset_keepalive_timer(sk, TCP_TIMEWAIT_LEN); in tcp_nip_fin()
2112 inet_csk_reset_keepalive_timer(sk, TCP_TIMEWAIT_LEN); in tcp_nip_rcv_state_process()
/kernel/linux/linux-5.10/include/net/
H A Dtcp.h125 #define TCP_TIMEWAIT_LEN (60*HZ) /* how long to wait to destroy TIME-WAIT macro
127 #define TCP_FIN_TIMEOUT TCP_TIMEWAIT_LEN
174 * (or greater than) TCP_TIMEWAIT_LEN
/kernel/linux/linux-6.6/include/net/
H A 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
170 * (or greater than) TCP_TIMEWAIT_LEN
/kernel/linux/linux-6.6/net/mptcp/
H A Dprotocol.c2404 mptcp_set_close_tout(sk, tcp_jiffies32 - (TCP_TIMEWAIT_LEN + 1)); in __mptcp_close_ssk()
2530 inet_csk(sk)->icsk_mtup.probe_timestamp + TCP_TIMEWAIT_LEN); in mptcp_close_tout_expired()
2673 TCP_TIMEWAIT_LEN; in mptcp_reset_tout_timer()

Completed in 48 milliseconds