Searched refs:TCP_TIMEWAIT_LEN (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_minisocks.c | 152 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 D | tcp_timer.c | 119 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 D | tcp.c | 2690 if (tmo > TCP_TIMEWAIT_LEN) { in __tcp_close() 2692 tmo - TCP_TIMEWAIT_LEN); in __tcp_close()
|
H A D | tcp_input.c | 6565 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 D | tcp_minisocks.c | 145 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 D | tcp_timer.c | 121 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 D | tcp.c | 2888 if (tmo > TCP_TIMEWAIT_LEN) { in __tcp_close() 2890 tmo - TCP_TIMEWAIT_LEN); in __tcp_close()
|
H A D | tcp_input.c | 6668 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 D | tcp_nip_input.c | 175 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 D | tcp.h | 125 #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 D | tcp.h | 123 #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 D | protocol.c | 2404 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 47 milliseconds