Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
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()
Dtcp_timer.c119 if ((s32)(tcp_jiffies32 - tp->lsndtime) <= TCP_TIMEWAIT_LEN || in tcp_out_of_resources()
696 const int tmo = tcp_fin_time(sk) - TCP_TIMEWAIT_LEN; in tcp_keepalive_timer()
Dtcp.c2644 if (tmo > TCP_TIMEWAIT_LEN) { in __tcp_close()
2646 tmo - TCP_TIMEWAIT_LEN); in __tcp_close()
Dtcp_input.c6533 if (tmo > TCP_TIMEWAIT_LEN) { in tcp_rcv_state_process()
6534 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/
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/
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