Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
696 const int tmo = tcp_fin_time(sk) - TCP_TIMEWAIT_LEN; in tcp_keepalive_timer()
H A Dtcp.c2621 if (tmo > TCP_TIMEWAIT_LEN) { in tcp_close()
2623 tmo - TCP_TIMEWAIT_LEN); in tcp_close()
H A Dtcp_input.c6535 if (tmo > TCP_TIMEWAIT_LEN) { in tcp_rcv_state_process()
6536 inet_csk_reset_keepalive_timer(sk, tmo - TCP_TIMEWAIT_LEN); in tcp_rcv_state_process()
/OK3568_Linux_fs/kernel/include/net/
H A Dtcp.h121 #define TCP_TIMEWAIT_LEN (60*HZ) /* how long to wait to destroy TIME-WAIT macro
123 #define TCP_FIN_TIMEOUT TCP_TIMEWAIT_LEN