Searched refs:rc_resend (Results 1 – 4 of 4) sorted by relevance
256 struct rack_sendmap *rc_resend; /* something we have been asked to member
3367 if (bbr->r_ctl.rc_resend == rsm) { in bbr_free()3368 bbr->r_ctl.rc_resend = NULL; in bbr_free()4393 if (bbr->r_ctl.rc_resend == NULL) { in bbr_timeout_rack()7746 bbr->r_ctl.rc_resend = rsm; in bbr_log_ack()8520 if (bbr->r_ctl.rc_resend != NULL) { in bbr_do_fastnewdata()12281 if (bbr->r_ctl.rc_resend == NULL) { in bbr_output_wtime()12284 if (bbr->r_ctl.rc_resend) { in bbr_output_wtime()12291 if (bbr->r_ctl.rc_resend) { in bbr_output_wtime()12292 rsm = bbr->r_ctl.rc_resend; in bbr_output_wtime()12298 bbr->r_ctl.rc_resend = NULL; in bbr_output_wtime()[all …]
529 struct bbr_sendmap *rc_resend; /* something we have been asked to member
2272 if (rsm == rack->r_ctl.rc_resend) in rack_free()2273 rack->r_ctl.rc_resend = NULL; in rack_free()5009 rack->r_ctl.rc_resend = rsm; in rack_timeout_rack()5545 rack->r_ctl.rc_resend = RB_MIN(rack_rb_tree_head, &rack->r_ctl.rc_mtree); in rack_remxt_tmr()5609 if ((rack->r_ctl.rc_resend == NULL) || in rack_timeout_rxt()5610 ((rack->r_ctl.rc_resend->r_flags & RACK_RWND_COLLAPSED) == 0)) { in rack_timeout_rxt()8007 rack->r_ctl.rc_resend = rsm; in rack_log_ack()11957 (rack->r_ctl.rc_resend == NULL)) /* not a retransmit */ in rack_output()12140 if (rack->r_ctl.rc_resend) { in rack_output()12142 rsm = rack->r_ctl.rc_resend; in rack_output()[all …]