Home
last modified time | relevance | path

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

/freebsd/sys/netinet/cc/
H A Dcc_cubic.h149 theoretical_cubic_cwnd(int ticks_since_epoch, unsigned long wmax, uint32_t smss) in theoretical_cubic_cwnd() argument
157 (C * pow(ticks_since_epoch / (double)hz - in theoretical_cubic_cwnd()
162 theoretical_reno_cwnd(int ticks_since_epoch, int rtt_ticks, unsigned long wmax, in theoretical_reno_cwnd() argument
166 return ((wmax * 0.5) + ((ticks_since_epoch / (float)rtt_ticks) * smss)); in theoretical_reno_cwnd()
170 theoretical_tf_cwnd(int ticks_since_epoch, int rtt_ticks, unsigned long wmax, in theoretical_tf_cwnd() argument
175 (ticks_since_epoch / (float)rtt_ticks) * smss)); in theoretical_tf_cwnd()