Searched refs:TP_KEEPIDLE (Results 1 – 4 of 4) sorted by relevance
157 #define TP_KEEPIDLE(tp) ((tp)->t_keepidle ? (tp)->t_keepidle : tcp_keepidle) macro
343 if (ticks - tp->t_rcvtime >= TP_KEEPIDLE(tp) + TP_MAXIDLE(tp)) in tcp_timer_keep()368 callout_reset_on(&tp->t_timers->tt_keep, TP_KEEPIDLE(tp), in tcp_timer_keep()
1524 tcp_timer_activate(tp, TT_KEEP, TP_KEEPIDLE(tp)); in tcp_do_segment()1970 TP_KEEPIDLE(tp)); in tcp_do_segment()2370 tcp_timer_activate(tp, TT_KEEP, TP_KEEPIDLE(tp)); in tcp_do_segment()
1505 TP_KEEPIDLE(tp)); in tcp_ctloutput()