Searched refs:cwnd_to_use (Results 1 – 2 of 2) sorted by relevance
1961 log.u_bbr.lt_epoch = cwnd_to_use; in rack_log_type_just_return()10410 rack->r_ctl.cwnd_to_use = tp->snd_cwnd; in rack_init()11415 fill_bw = rack->r_ctl.cwnd_to_use; in pace_to_fill_cwnd()11472 cwnd = rack->r_ctl.cwnd_to_use; in rack_get_pacing_delay()11842 if (tp->snd_wnd > cwnd_to_use) in rack_what_can_we_send()11843 sendwin = cwnd_to_use; in rack_what_can_we_send()11918 uint32_t cwnd_to_use; in rack_output() local12034 cwnd_to_use = rack->r_ctl.cwnd_to_use = tp->snd_cwnd; in rack_output()12086 cwnd_to_use = rack->r_ctl.cwnd_to_use = tp->snd_cwnd; in rack_output()12112 rack->r_ctl.cwnd_to_use = cwnd_to_use = tcp_shared_cwnd_update(rack->r_ctl.rc_scw, in rack_output()[all …]
264 uint32_t cwnd_to_use; /* The cwnd in use */ member