Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/cc/
H A Dcc_cubic.h103 theoretical_cubic_cwnd(int ticks_since_cong, uint32_t wmax, uint32_t smss) in theoretical_cubic_cwnd() argument
111 (C * pow(ticks_since_cong / (double)hz - in theoretical_cubic_cwnd()
116 theoretical_reno_cwnd(int ticks_since_cong, int rtt_ticks, uint32_t wmax, in theoretical_reno_cwnd() argument
120 return ((wmax * 0.5) + ((ticks_since_cong / (float)rtt_ticks) * smss)); in theoretical_reno_cwnd()
124 theoretical_tf_cwnd(int ticks_since_cong, int rtt_ticks, unsigned long wmax, in theoretical_tf_cwnd() argument
129 (ticks_since_cong / (float)rtt_ticks) * smss)); in theoretical_tf_cwnd()