Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/cc/
H A Dcc_cubic.h176 cubic_cwnd(hrtime_t nsecs_since_cong, uint32_t wmax, uint32_t smss, int64_t K) in cubic_cwnd() argument
184 t = NSEC2MSEC(nsecs_since_cong << CUBIC_SHIFT); in cubic_cwnd()
228 tf_cwnd(hrtime_t nsecs_since_cong, hrtime_t rtt_nsecs, uint32_t wmax, in tf_cwnd() argument
233 return (((wmax * CUBIC_BETA) + (((THREE_X_PT2 * nsecs_since_cong * in tf_cwnd()
H A Dcc_cubic.c157 hrtime_t nsecs_since_cong; in cubic_ack_received() local
176 nsecs_since_cong = gethrtime() - in cubic_ack_received()
186 w_tf = tf_cwnd(nsecs_since_cong, in cubic_ack_received()
190 w_cubic_next = cubic_cwnd(nsecs_since_cong + in cubic_ack_received()