Lines Matching refs:r_end

2607 		log.u_bbr.flex3 = rsm->r_end;  in bbr_log_type_rsmclear()
4162 len = rsm->r_end - rsm->r_start; in bbr_calc_thresh_tlp()
4326 bbr->r_ctl.rc_lost += rsm->r_end - rsm->r_start; in bbr_check_recovery_mode()
4327 bbr->r_ctl.rc_lost_bytes += rsm->r_end - rsm->r_start; in bbr_check_recovery_mode()
4331 if ((rsm->r_end - rsm->r_start) == 0) in bbr_check_recovery_mode()
4386 nrsm->r_end = rsm->r_end; in bbr_clone_rsm()
4410 rsm->r_end = nrsm->r_start; in bbr_clone_rsm()
4415 ((rsm->r_end - rsm->r_start) <= idx)) { in bbr_clone_rsm()
4420 if ((nrsm->r_end - nrsm->r_start) <= idx) { in bbr_clone_rsm()
4447 if ((l_rsm->r_end == start) || in bbr_sack_mergable()
4448 (SEQ_LT(start, l_rsm->r_end) && in bbr_sack_mergable()
4449 SEQ_GT(end, l_rsm->r_end))) { in bbr_sack_mergable()
4493 l_rsm->r_end = r_rsm->r_end; in bbr_merge_rsm()
4513 bbr->r_ctl.rc_lost_bytes -= r_rsm->r_end - r_rsm->r_start; in bbr_merge_rsm()
4630 if ((rsm->r_end - rsm->r_start) > maxseg) { in bbr_timeout_tlp()
4645 bbr_clone_rsm(bbr, nrsm, rsm, (rsm->r_end - maxseg)); in bbr_timeout_tlp()
4899 bbr->r_ctl.rc_lost += rsm->r_end - rsm->r_start; in bbr_remxt_tmr()
4900 bbr->r_ctl.rc_lost_bytes += rsm->r_end - rsm->r_start; in bbr_remxt_tmr()
5317 bbr->r_ctl.rc_lost_bytes -= rsm->r_end - rsm->r_start; in bbr_update_rsm()
5331 bbr->r_ctl.rc_holes_rxt += (rsm->r_end - rsm->r_start); in bbr_update_rsm()
5332 rsm->r_rtr_bytes += (rsm->r_end - rsm->r_start); in bbr_update_rsm()
5356 bbr->r_ctl.rc_sacked -= (rsm->r_end - rsm->r_start); in bbr_update_rsm()
5407 if (SEQ_GEQ(c_end, rsm->r_end)) { in bbr_update_entry()
5413 if (c_end == rsm->r_end) { in bbr_update_entry()
5420 act_len = rsm->r_end - rsm->r_start; in bbr_update_entry()
5422 return (rsm->r_end); in bbr_update_entry()
5959 rsm->r_end = rsm->r_start + len; in bbr_log_output()
6035 if (SEQ_GEQ(seq_out, rsm->r_start) && SEQ_LT(seq_out, rsm->r_end)) { in bbr_log_output()
6076 rsm, rsm->r_start, rsm->r_end); in bbr_log_output()
6652 bbr->r_ctl.rc_delivered += (rsm->r_end - rsm->r_start); in bbr_update_bbr_info()
6704 bbr_log_type_bbrrttprop(bbr, rtt, rsm->r_end, uts, cts, in bbr_update_bbr_info()
6937 bbr->r_ctl.rc_lost += nrsm->r_end - nrsm->r_start; in bbr_log_sack_passed()
6938 bbr->r_ctl.rc_lost_bytes += nrsm->r_end - nrsm->r_start; in bbr_log_sack_passed()
6970 SEQ_LT(start, rsm->r_end)) { in bbr_proc_sack_blk()
6983 SEQ_LT(start, rsm->r_end)) { in bbr_proc_sack_blk()
7001 if (nrsm && (nrsm->r_end + 1) == tp->snd_max) { in bbr_proc_sack_blk()
7005 nrsm->r_end++; in bbr_proc_sack_blk()
7050 if (SEQ_GEQ(end, rsm->r_end)) { in bbr_proc_sack_blk()
7057 changed += (rsm->r_end - rsm->r_start); in bbr_proc_sack_blk()
7058 bbr->r_ctl.rc_sacked += (rsm->r_end - rsm->r_start); in bbr_proc_sack_blk()
7061 bbr->r_ctl.rc_lost_bytes -= rsm->r_end - rsm->r_start; in bbr_proc_sack_blk()
7068 bbr->r_ctl.rc_lost -= rsm->r_end - rsm->r_start; in bbr_proc_sack_blk()
7082 if (end == rsm->r_end) { in bbr_proc_sack_blk()
7087 start = rsm->r_end; in bbr_proc_sack_blk()
7123 changed += (rsm->r_end - rsm->r_start); in bbr_proc_sack_blk()
7124 bbr->r_ctl.rc_sacked += (rsm->r_end - rsm->r_start); in bbr_proc_sack_blk()
7128 bbr->r_ctl.rc_lost_bytes -= rsm->r_end - rsm->r_start; in bbr_proc_sack_blk()
7134 bbr->r_ctl.rc_lost -= rsm->r_end - rsm->r_start; in bbr_proc_sack_blk()
7198 bbr->r_ctl.rc_sacked -= (rsm->r_end - rsm->r_start); in bbr_peer_reneges()
7207 bbr->r_ctl.rc_lost -= rsm->r_end - rsm->r_start; in bbr_peer_reneges()
7208 bbr->r_ctl.rc_lost_bytes -= rsm->r_end - rsm->r_start; in bbr_peer_reneges()
7254 if ((rsm->r_end - rsm->r_start) <= 1) { in bbr_log_syn()
7392 if (SEQ_GEQ(th_ack, rsm->r_end)) { in bbr_log_ack()
7401 p_acked += (rsm->r_end - rsm->r_start); in bbr_log_ack()
7402 bbr->r_ctl.rc_sacked -= (rsm->r_end - rsm->r_start); in bbr_log_ack()
7408 bbr->r_ctl.rc_lost_bytes -= rsm->r_end - rsm->r_start; in bbr_log_ack()
7419 bbr->r_ctl.rc_lost -= rsm->r_end - rsm->r_start; in bbr_log_ack()
7440 left = th_ack - rsm->r_end; in bbr_log_ack()
7454 p_acked += (rsm->r_end - rsm->r_start); in bbr_log_ack()
7465 lrsm.r_end = th_ack; in bbr_log_ack()
7506 last_seq = rsm->r_end; in bbr_log_ack()
8030 SEQ_GEQ(rsm->r_end, max_seq)) { in bbr_collapsed_window()
8049 (max_seq != rsm->r_end)){ in bbr_collapsed_window()
8054 res2 = rsm->r_end - max_seq; in bbr_collapsed_window()
8068 } else if (max_seq == rsm->r_end) { in bbr_collapsed_window()
8075 } else if (can_split && SEQ_LT(max_seq, rsm->r_end)) { in bbr_collapsed_window()
10098 rsm->r_end = tp->snd_max; in bbr_init()
12174 if (rsm->r_start == rsm->r_end) { in bbr_output_wtime()
12180 len = rsm->r_end - rsm->r_start; in bbr_output_wtime()
12189 len = rsm->r_end - rsm->r_start; in bbr_output_wtime()
12215 len = rsm->r_end - rsm->r_start; in bbr_output_wtime()
12350 len = rsm->r_end - rsm->r_start; in bbr_output_wtime()
13134 len = rsm->r_end - rsm->r_start; in bbr_output_wtime()
14068 if ((rsm->r_end - rsm->r_start) > maxseg) { in bbr_mtu_chg()
14076 bbr->r_ctl.rc_lost_bytes += rsm->r_end - rsm->r_start; in bbr_mtu_chg()
14077 bbr->r_ctl.rc_lost += rsm->r_end - rsm->r_start; in bbr_mtu_chg()