Lines Matching refs:rc_resend
2351 ar = (uintptr_t)(bbr->r_ctl.rc_resend); in bbr_log_to_event()
2355 ar = (uintptr_t)bbr->r_ctl.rc_resend; in bbr_log_to_event()
3337 if (bbr->r_ctl.rc_resend == rsm) { in bbr_free()
3338 bbr->r_ctl.rc_resend = NULL; in bbr_free()
4370 if (bbr->r_ctl.rc_resend == NULL) { in bbr_timeout_rack()
4372 bbr->r_ctl.rc_resend = bbr_check_recovery_mode(tp, bbr, cts); in bbr_timeout_rack()
4924 bbr->r_ctl.rc_resend = TAILQ_FIRST(&bbr->r_ctl.rc_map); in bbr_remxt_tmr()
4971 if ((bbr->r_ctl.rc_resend == NULL) || in bbr_timeout_rxt()
4972 ((bbr->r_ctl.rc_resend->r_flags & BBR_RWND_COLLAPSED) == 0)) { in bbr_timeout_rxt()
7635 if (bbr->r_ctl.rc_resend == NULL) { in bbr_log_ack()
7636 bbr->r_ctl.rc_resend = rsm; in bbr_log_ack()
7646 if (bbr->r_ctl.rc_resend == NULL) { in bbr_log_ack()
7647 bbr->r_ctl.rc_resend = bbr_check_recovery_mode(tp, bbr, cts); in bbr_log_ack()
8443 if (bbr->r_ctl.rc_resend != NULL) { in bbr_do_fastnewdata()
8594 if (__predict_false(bbr->r_ctl.rc_resend != NULL)) { in bbr_fastack()
12139 if (bbr->r_ctl.rc_resend == NULL) { in bbr_output_wtime()
12141 bbr->r_ctl.rc_resend = bbr_check_recovery_mode(tp, bbr, cts); in bbr_output_wtime()
12142 if (bbr->r_ctl.rc_resend) { in bbr_output_wtime()
12146 bbr_cong_signal(tp, NULL, CC_NDUPACK, bbr->r_ctl.rc_resend); in bbr_output_wtime()
12149 if (bbr->r_ctl.rc_resend) { in bbr_output_wtime()
12150 rsm = bbr->r_ctl.rc_resend; in bbr_output_wtime()
12156 bbr->r_ctl.rc_resend = NULL; in bbr_output_wtime()
14002 ((bbr->r_ctl.rc_resend = bbr_check_recovery_mode(tp, bbr, cts)) != NULL))) { in bbr_output_wtime()
14081 bbr->r_ctl.rc_resend = frsm; in bbr_mtu_chg()