Searched refs:newreno_cc_cwnd_on_multiplicative_decrease (Results 1 – 3 of 3) sorted by relevance
234 u_int newreno_cc_cwnd_on_multiplicative_decrease(struct cc_var *ccv, uint32_t mss);
450 newreno_cc_cwnd_on_multiplicative_decrease(struct cc_var *ccv, uint32_t mss) in newreno_cc_cwnd_on_multiplicative_decrease() function479 cwin = newreno_cc_cwnd_on_multiplicative_decrease(ccv, mss); in newreno_cc_cong_signal()
637 return (newreno_cc_cwnd_on_multiplicative_decrease(ccv, maxseg)); in cubic_get_ssthresh()