Searched refs:TP_KEEPIDLE (Results 1 – 3 of 3) sorted by relevance
119 if (ticks - tp->t_rcvtime >= TP_KEEPIDLE(tp) + TP_MAXIDLE(tp)) in tcp_timer_keep()155 tcplp_sys_set_timer(tp, TT_KEEP, TP_KEEPIDLE(tp)); in tcp_timer_keep()
173 #define TP_KEEPIDLE(tp) (/*(tp)->t_keepidle ? (tp)->t_keepidle :*/ tcp_keepidle) macro
988 tcp_timer_activate(tp, TT_KEEP, TP_KEEPIDLE(tp)); in tcp_do_segment()1482 TP_KEEPIDLE(tp)); in tcp_do_segment()1845 tcp_timer_activate(tp, TT_KEEP, TP_KEEPIDLE(tp)); in tcp_do_segment()