Lines Matching refs:snd_cwnd
170 u_int cw = CCV(ccv, snd_cwnd); in cubic_does_slow_start()
231 CCV(ccv, snd_cwnd) = min((cw + incr), in cubic_does_slow_start()
243 cwin = CCV(ccv, snd_cwnd); in cubic_ack_received()
316 CCV(ccv, snd_cwnd) = W_est; in cubic_ack_received()
332 CCV(ccv, snd_cwnd) = cwin + incr; in cubic_ack_received()
352 cubic_data->W_max = ulmax(cubic_data->W_max, CCV(ccv, snd_cwnd)); in cubic_after_idle()
458 CCV(ccv, snd_cwnd) = max(ssthresh, mss); in cubic_cong_signal()
491 CCV(ccv, snd_cwnd) = mss; in cubic_cong_signal()
552 CCV(ccv, snd_cwnd) = max(pipe, mss) + mss; in cubic_post_recovery()
555 CCV(ccv, snd_cwnd) = max(((uint64_t)cubic_data->W_max * in cubic_post_recovery()
627 cwnd = CCV(ccv, snd_cwnd); in cubic_get_ssthresh()
710 CCV(ccv, snd_cwnd) = cubicd->css_fas_at_css_entry; in cubic_newround()
713 CCV(ccv, snd_ssthresh) = CCV(ccv, snd_cwnd); in cubic_newround()