Searched refs:prior_cwnd (Results 1 – 6 of 6) sorted by relevance
75 if (newly_acked_sacked <= 0 || !tp->prior_cwnd) in tcp_cwnd_reduction() 82 (__u64)tp->snd_ssthresh * prr_delivered + tp->prior_cwnd - 1; in tcp_cwnd_reduction() 83 sndcnt = (__u32)div64_u64(dividend, (__u64)tp->prior_cwnd) - tp->prr_out; in tcp_cwnd_reduction()
119 u32 prior_cwnd; /* prior cwnd upon entering loss recovery */328 bbr->prior_cwnd = tcp_snd_cwnd(tp); /* this cwnd is good enough */ in bbr_save_cwnd() 330 bbr->prior_cwnd = max(bbr->prior_cwnd, tcp_snd_cwnd(tp)); in bbr_save_cwnd() 504 cwnd = max(cwnd, bbr->prior_cwnd); in bbr_set_cwnd_to_recover_or_restore() 919 tcp_snd_cwnd_set(tp, max(tcp_snd_cwnd(tp), bbr->prior_cwnd)); in bbr_check_probe_rtt_done() 1045 bbr->prior_cwnd = 0; in bbr_init() 118 u32 prior_cwnd; /* prior cwnd upon entering loss recovery */ global() member
527 return max(tcp_snd_cwnd(tp), tp->prior_cwnd); in tcp_reno_undo_cwnd()
2567 tp->prior_cwnd = tcp_snd_cwnd(tp); in tcp_enter_loss() 2976 tp->prior_cwnd = tcp_snd_cwnd(tp); in tcp_init_cwnd_reduction() 2989 if (newly_acked_sacked <= 0 || WARN_ON_ONCE(!tp->prior_cwnd)) in tcp_cwnd_reduction() 2997 tp->prior_cwnd - 1; in tcp_cwnd_reduction() 2998 sndcnt = div_u64(dividend, tp->prior_cwnd) - tp->prr_out; in tcp_cwnd_reduction()
429 u32 prior_cwnd; /* cwnd right before starting loss recovery */426 u32 prior_cwnd; /* cwnd right before starting loss recovery */ global() member
99 u32 prior_cwnd