Searched refs:TP_MAXUNACKTIME (Results 1 – 4 of 4) sorted by relevance
147 #define TP_MAXUNACKTIME(tp) \ macro156 ((TP_MAXUNACKTIME(tp) == 0 || tp->t_acktime == 0) ? tp->t_rxtcur : \157 max(1, min(tp->t_rxtcur, tp->t_acktime + TP_MAXUNACKTIME(tp) - ticks)))
471 if (TP_MAXUNACKTIME(tp) == 0) in tcp_maxunacktime_check()479 if (TSTMP_GT(TP_MAXUNACKTIME(tp) + tp->t_acktime, (u_int)ticks)) in tcp_maxunacktime_check()
1779 if (TP_MAXUNACKTIME(tp) && tp->t_acktime) { in tcp_setpersist()1780 maxunacktime = tp->t_acktime + TP_MAXUNACKTIME(tp) - ticks; in tcp_setpersist()
2583 ui = TP_MAXUNACKTIME(tp) / hz; in tcp_default_ctloutput()