Searched refs:prior_cwnd (Results 1 – 3 of 3) sorted by relevance
75 if (newly_acked_sacked <= 0 || !tp->prior_cwnd)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()
429 u32 prior_cwnd; /* cwnd right before starting loss recovery */ member
2569 tp->prior_cwnd = tcp_snd_cwnd(tp); in tcp_enter_loss()2978 tp->prior_cwnd = tcp_snd_cwnd(tp); in tcp_init_cwnd_reduction()2991 if (newly_acked_sacked <= 0 || WARN_ON_ONCE(!tp->prior_cwnd)) in tcp_cwnd_reduction()2999 tp->prior_cwnd - 1; in tcp_cwnd_reduction()3000 sndcnt = div_u64(dividend, tp->prior_cwnd) - tp->prr_out; in tcp_cwnd_reduction()