Searched refs:t_maxunacktime (Results 1 – 5 of 5) sorted by relevance
924 if (tp->t_maxunacktime && tp->t_acktime && TSTMP_GT(ticks, tp->t_acktime)) { in ctf_progress_timeout_check()925 if ((ticks - tp->t_acktime) >= tp->t_maxunacktime) { in ctf_progress_timeout_check()
1845 log.u_bbr.flex3 = tp->t_maxunacktime; in rack_log_progress_event()
2716 log.u_bbr.flex3 = tp->t_maxunacktime; in bbr_log_progress_event()
242 u_int t_maxunacktime; member