Home
last modified time | relevance | path

Searched refs:newreno_cc_cwnd_on_multiplicative_decrease (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netinet/cc/
H A Dcc.h234 u_int newreno_cc_cwnd_on_multiplicative_decrease(struct cc_var *ccv, uint32_t mss);
H A Dcc.c450 newreno_cc_cwnd_on_multiplicative_decrease(struct cc_var *ccv, uint32_t mss) in newreno_cc_cwnd_on_multiplicative_decrease() function
479 cwin = newreno_cc_cwnd_on_multiplicative_decrease(ccv, mss); in newreno_cc_cong_signal()
H A Dcc_cubic.c637 return (newreno_cc_cwnd_on_multiplicative_decrease(ccv, maxseg)); in cubic_get_ssthresh()