Lines Matching refs:cwnd_to_use
1989 else if (rack->r_ctl.cwnd_to_use < rack->rc_tp->snd_ssthresh) in rack_get_fixed_pacing_bw()
2503 if (rack->r_ctl.cwnd_to_use < rack->rc_tp->snd_ssthresh) in rack_get_output_gain()
3146 uint8_t hpts_calling, int reason, uint32_t cwnd_to_use) in rack_log_type_just_return() argument
3163 log.u_bbr.lt_epoch = cwnd_to_use; in rack_log_type_just_return()
5482 ((int32_t)rack->r_ctl.cwnd_to_use) - tp->snd_wnd); in rack_ack_received()
5517 if (tp->t_bytes_acked >= rack->r_ctl.cwnd_to_use) { in rack_ack_received()
5518 tp->t_bytes_acked -= rack->r_ctl.cwnd_to_use; in rack_ack_received()
5582 stats_voi_update_abs_ulong(tp->t_stats, VOI_TCP_LCWIN, rack->r_ctl.cwnd_to_use); in rack_ack_received()
5584 if (rack->r_ctl.rc_rack_largest_cwnd < rack->r_ctl.cwnd_to_use) { in rack_ack_received()
5585 rack->r_ctl.rc_rack_largest_cwnd = rack->r_ctl.cwnd_to_use; in rack_ack_received()
5771 min(tp->snd_wnd, rack->r_ctl.cwnd_to_use) / 2 / in rack_cong_signal()
11200 (rack->r_ctl.cwnd_to_use > max((segsiz * (rack_req_segs + 2)), minseg)) && in rack_check_bottom_drag()
14178 rack->r_ctl.cwnd_to_use = tp->snd_cwnd; in rack_deferred_init()
17166 if (rack->r_ctl.cwnd_to_use < rack->rc_tp->snd_ssthresh) { in rack_log_pacing_delay_calc()
17289 if (ctf_flight_size(rack->rc_tp, rack->r_ctl.rc_sacked) > rack->r_ctl.cwnd_to_use) in pace_to_fill_cwnd()
17307 fill_bw = min(rack->rc_tp->snd_cwnd, rack->r_ctl.cwnd_to_use); in pace_to_fill_cwnd()
17468 cwnd = rack->r_ctl.cwnd_to_use; in rack_get_pacing_delay()
17526 rate_wanted = min(rack->rc_tp->snd_cwnd, rack->r_ctl.cwnd_to_use); in rack_get_pacing_delay()
17537 rack->r_ctl.cwnd_to_use, in rack_get_pacing_delay()
18055 rack_what_can_we_send(struct tcpcb *tp, struct tcp_rack *rack, uint32_t cwnd_to_use, in rack_what_can_we_send() argument
18061 if (tp->snd_wnd > cwnd_to_use) in rack_what_can_we_send()
18062 sendwin = cwnd_to_use; in rack_what_can_we_send()
18861 log.u_bbr.lt_epoch = rack->r_ctl.cwnd_to_use; in rack_fast_rsm_output()
19017 sendwin = min(rack->r_ctl.cwnd_to_use, tp->snd_wnd); in rack_sndbuf_autoscale()
19095 rack->r_ctl.cwnd_to_use = tp->snd_cwnd; in rack_fast_output()
19393 log.u_bbr.lt_epoch = rack->r_ctl.cwnd_to_use; in rack_fast_output()
19712 uint32_t cwnd_to_use, pace_max_seg; in rack_output() local
20052 cwnd_to_use = rack->r_ctl.cwnd_to_use = tp->snd_cwnd; in rack_output()
20310 rack->r_ctl.cwnd_to_use = cwnd_to_use = tcp_shared_cwnd_update(rack->r_ctl.rc_scw, in rack_output()
20364 len = rack_what_can_we_send(tp, rack, cwnd_to_use, avail, sb_offset); in rack_output()
20565 } else if ((cwnd_to_use >= max(minseg, (segsiz * 4))) && in rack_output()
20596 (cwnd_to_use >= (pace_max_seg + (4 * segsiz))) && in rack_output()
20940 } else if ((ctf_outstanding(tp) + minseg) > cwnd_to_use) { in rack_output()
20951 panic("rack:%p hit JR_ASSESSING case cwnd_to_use:%u?", rack, cwnd_to_use); in rack_output()
21049 …k_log_type_just_return(rack, cts, tot_len_this_send, slot, hpts_calling, app_limited, cwnd_to_use); in rack_output()
21941 log.u_bbr.lt_epoch = cwnd_to_use; in rack_output()
22117 if (cwnd_to_use > tp->snd_ssthresh) { in rack_output()