Searched refs:TCP_CONN_MAXIDLE (Results 1 – 4 of 4) sorted by relevance
311 #define TCP_CONN_MAXIDLE(tp) \ macro
2422 TCP_CONN_MAXIDLE(tp) > 0) { in tcp_ctloutput()2424 TCP_CONN_MAXIDLE(tp)); in tcp_ctloutput()2441 TCP_CONN_MAXIDLE(tp) > 0) { in tcp_ctloutput()2443 TCP_CONN_MAXIDLE(tp)); in tcp_ctloutput()
1043 ((idle_time > 0) && (idle_time < TCP_CONN_MAXIDLE(tp)))) { in tcp_timers()1482 if (idle_time >= TCP_CONN_KEEPIDLE(tp) + TCP_CONN_MAXIDLE(tp)) { in tcp_timers()
921 tcp_fin_timeout < TCP_CONN_MAXIDLE(tp)) { in tcp_set_finwait_timeout()924 tp->t_timer[TCPT_2MSL] = OFFSET_FROM_START(tp, TCP_CONN_MAXIDLE(tp)); in tcp_set_finwait_timeout()