Searched refs:TP_MAXIDLE (Results 1 – 4 of 4) sorted by relevance
119 if (ticks - tp->t_rcvtime >= TP_KEEPIDLE(tp) + TP_MAXIDLE(tp)) in tcp_timer_keep()310 if (ticks - tp->t_rcvtime <= TP_MAXIDLE(tp)) { in tcp_timer_2msl()
176 #define TP_MAXIDLE(tp) (TP_KEEPCNT(tp) * TP_KEEPINTVL(tp)) macro
468 tcp_finwait2_timeout : TP_MAXIDLE(tp); in tcp_usrclosed()
2280 TP_MAXIDLE(tp))); in tcp_do_segment()