Lines Matching refs:orig_cwnd
3281 rack_log_to_prr(struct tcp_rack *rack, int frm, int orig_cwnd, int line) in rack_log_to_prr() argument
3299 log.u_bbr.pkts_out = orig_cwnd; in rack_log_to_prr()
5627 uint32_t orig_cwnd; in rack_post_recovery() local
5629 orig_cwnd = tp->snd_cwnd; in rack_post_recovery()
5656 log.u_bbr.flex6 = orig_cwnd; in rack_post_recovery()
5686 rack_log_to_prr(rack, 14, orig_cwnd, __LINE__); in rack_post_recovery()
5707 uint32_t ssthresh_enter, cwnd_enter, in_rec_at_entry, orig_cwnd; in rack_cong_signal() local
5764 orig_cwnd = tp->snd_cwnd; in rack_cong_signal()
5765 rack_log_to_prr(rack, 16, orig_cwnd, line); in rack_cong_signal()
10602 int orig_cwnd; in rack_handle_might_revert() local
10605 orig_cwnd = tp->snd_cwnd; in rack_handle_might_revert()
10608 rack_log_to_prr(rack, 14, orig_cwnd, __LINE__); in rack_handle_might_revert()