Searched refs:w_tf (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/netinet/cc/
H A Dcc_cubic.c119 unsigned long w_tf, w_cubic_next; local
144 * causes w_tf to grow much faster than it should if the
148 w_tf = tf_cwnd(ticks_since_cong,
158 if (w_cubic_next < w_tf)
163 CCV(ccv, snd_cwnd) = w_tf;

Completed in 152 milliseconds