Lines Matching refs:t_rxtcur
2358 log.u_bbr.flex6 = TICKS_2_USEC(bbr->rc_tp->t_rxtcur); in bbr_log_to_event()
2490 log.u_bbr.flex6 = TICKS_2_USEC(bbr->rc_tp->t_rxtcur); in bbr_log_to_start()
2512 log.u_bbr.flex5 = TICKS_2_USEC(bbr->rc_tp->t_rxtcur); in bbr_log_thresh_choice()
2536 log.u_bbr.flex6 = TICKS_2_USEC(bbr->rc_tp->t_rxtcur); in bbr_log_to_cancel()
4084 uint32_t thresh, t_rxtcur; in bbr_calc_thresh_rack() local
4127 t_rxtcur = BBR_INITIAL_RTO; in bbr_calc_thresh_rack()
4129 t_rxtcur = TICKS_2_USEC(bbr->rc_tp->t_rxtcur); in bbr_calc_thresh_rack()
4130 if (thresh > t_rxtcur) { in bbr_calc_thresh_rack()
4131 thresh = t_rxtcur; in bbr_calc_thresh_rack()
4151 uint32_t thresh, len, maxseg, t_rxtcur; in bbr_calc_thresh_tlp() local
4193 t_rxtcur = BBR_INITIAL_RTO; in bbr_calc_thresh_tlp()
4195 t_rxtcur = TICKS_2_USEC(tp->t_rxtcur); in bbr_calc_thresh_tlp()
4197 bbr_log_thresh_choice(bbr, cts, thresh, t_rxtcur, srtt, rsm, BBR_TO_FRM_TLP); in bbr_calc_thresh_tlp()
4199 if (thresh > t_rxtcur) { in bbr_calc_thresh_tlp()
4200 thresh = t_rxtcur; in bbr_calc_thresh_tlp()
5027 TCPT_RANGESET(tp->t_rxtcur, rexmt, in bbr_timeout_rxt()
6378 TCPT_RANGESET(tp->t_rxtcur, TCP_REXMTVAL(tp), in tcp_bbr_xmit_timer_commit()
10151 TCPT_RANGESET(tp->t_rxtcur, in bbr_init()