Home
last modified time | relevance | path

Searched refs:cwnd_to_use (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netinet/tcp_stacks/
H A Drack.c1988 else if (rack->r_ctl.cwnd_to_use < rack->rc_tp->snd_ssthresh) in rack_get_fixed_pacing_bw()
2502 if (rack->r_ctl.cwnd_to_use < rack->rc_tp->snd_ssthresh) in rack_get_output_gain()
3145 uint8_t hpts_calling, int reason, uint32_t cwnd_to_use) in rack_log_type_just_return() argument
3162 log.u_bbr.lt_epoch = cwnd_to_use; in rack_log_type_just_return()
5481 ((int32_t)rack->r_ctl.cwnd_to_use) - tp->snd_wnd); in rack_ack_received()
5516 if (tp->t_bytes_acked >= rack->r_ctl.cwnd_to_use) { in rack_ack_received()
5517 tp->t_bytes_acked -= rack->r_ctl.cwnd_to_use; in rack_ack_received()
5581 stats_voi_update_abs_ulong(tp->t_stats, VOI_TCP_LCWIN, rack->r_ctl.cwnd_to_use); in rack_ack_received()
5583 if (rack->r_ctl.rc_rack_largest_cwnd < rack->r_ctl.cwnd_to_use) { in rack_ack_received()
5584 rack->r_ctl.rc_rack_largest_cwnd = rack->r_ctl.cwnd_to_use; in rack_ack_received()
[all …]
H A Dtcp_rack.h394 uint32_t cwnd_to_use; /* The cwnd in use */ member