Searched refs:rc_resend (Results 1 – 4 of 4) sorted by relevance
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()[all …]
384 struct rack_sendmap *rc_resend; /* something we have been asked to member
527 struct bbr_sendmap *rc_resend; /* something we have been asked to member
3498 if (rsm == rack->r_ctl.rc_resend) in rack_free()3499 rack->r_ctl.rc_resend = NULL; in rack_free()6904 rack->r_ctl.rc_resend = rsm; in rack_timeout_rack()7533 rack->r_ctl.rc_resend = TAILQ_FIRST(&rack->r_ctl.rc_tmap); in rack_remxt_tmr()7534 if (rack->r_ctl.rc_resend != NULL) in rack_remxt_tmr()7535 rack->r_ctl.rc_resend->r_flags |= RACK_TO_REXT; in rack_remxt_tmr()7580 rack->r_ctl.rc_resend = tqhash_min(rack->r_ctl.tqh); in rack_remxt_tmr()7581 if (rack->r_ctl.rc_resend != NULL) in rack_remxt_tmr()7582 rack->r_ctl.rc_resend->r_flags |= RACK_TO_REXT; in rack_remxt_tmr()7585 rack->r_ctl.rc_resend = tqhash_min(rack->r_ctl.tqh); in rack_remxt_tmr()[all …]