Lines Matching defs:cwnd_to_use

2011 	else if (rack->r_ctl.cwnd_to_use < rack->rc_tp->snd_ssthresh)
2525 if (rack->r_ctl.cwnd_to_use < rack->rc_tp->snd_ssthresh)
3168 uint8_t hpts_calling, int reason, uint32_t cwnd_to_use)
3185 log.u_bbr.lt_epoch = cwnd_to_use;
5504 ((int32_t)rack->r_ctl.cwnd_to_use) - tp->snd_wnd);
5539 if (tp->t_bytes_acked >= rack->r_ctl.cwnd_to_use) {
5540 tp->t_bytes_acked -= rack->r_ctl.cwnd_to_use;
5604 stats_voi_update_abs_ulong(tp->t_stats, VOI_TCP_LCWIN, rack->r_ctl.cwnd_to_use);
5606 if (rack->r_ctl.rc_rack_largest_cwnd < rack->r_ctl.cwnd_to_use) {
5607 rack->r_ctl.rc_rack_largest_cwnd = rack->r_ctl.cwnd_to_use;
5793 min(tp->snd_wnd, rack->r_ctl.cwnd_to_use) / 2 /
11222 (rack->r_ctl.cwnd_to_use > max((segsiz * (rack_req_segs + 2)), minseg)) &&
14200 rack->r_ctl.cwnd_to_use = tp->snd_cwnd;
17189 if (rack->r_ctl.cwnd_to_use < rack->rc_tp->snd_ssthresh) {
17312 if (ctf_flight_size(rack->rc_tp, rack->r_ctl.rc_sacked) > rack->r_ctl.cwnd_to_use)
17330 fill_bw = min(rack->rc_tp->snd_cwnd, rack->r_ctl.cwnd_to_use);
17491 cwnd = rack->r_ctl.cwnd_to_use;
17549 rate_wanted = min(rack->rc_tp->snd_cwnd, rack->r_ctl.cwnd_to_use);
17560 rack->r_ctl.cwnd_to_use,
18078 rack_what_can_we_send(struct tcpcb *tp, struct tcp_rack *rack, uint32_t cwnd_to_use,
18084 if (tp->snd_wnd > cwnd_to_use)
18085 sendwin = cwnd_to_use;
18884 log.u_bbr.lt_epoch = rack->r_ctl.cwnd_to_use;
19044 sendwin = min(rack->r_ctl.cwnd_to_use, tp->snd_wnd);
19122 rack->r_ctl.cwnd_to_use = tp->snd_cwnd;
19420 log.u_bbr.lt_epoch = rack->r_ctl.cwnd_to_use;
19743 uint32_t cwnd_to_use, pace_max_seg;
20085 cwnd_to_use = rack->r_ctl.cwnd_to_use = tp->snd_cwnd;
20343 rack->r_ctl.cwnd_to_use = cwnd_to_use = tcp_shared_cwnd_update(rack->r_ctl.rc_scw,
20397 len = rack_what_can_we_send(tp, rack, cwnd_to_use, avail, sb_offset);
20598 } else if ((cwnd_to_use >= max(minseg, (segsiz * 4))) &&
20629 (cwnd_to_use >= (pace_max_seg + (4 * segsiz))) &&
20973 } else if ((ctf_outstanding(tp) + minseg) > cwnd_to_use) {
20984 panic("rack:%p hit JR_ASSESSING case cwnd_to_use:%u?", rack, cwnd_to_use);
21082 rack_log_type_just_return(rack, cts, tot_len_this_send, slot, hpts_calling, app_limited, cwnd_to_use);
21982 log.u_bbr.lt_epoch = cwnd_to_use;
22158 if (cwnd_to_use > tp->snd_ssthresh) {