Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/cc/
H A Dcc_cubic.h108 wmax_pkts = wmax / (double)smss; in theoretical_cubic_cwnd()
110 return (smss * (wmax_pkts + in theoretical_cubic_cwnd()
117 uint32_t smss) in theoretical_reno_cwnd() argument
120 return ((wmax * 0.5) + ((ticks_since_cong / (float)rtt_ticks) * smss)); in theoretical_reno_cwnd()
125 uint32_t smss) in theoretical_tf_cwnd() argument
129 (ticks_since_cong / (float)rtt_ticks) * smss)); in theoretical_tf_cwnd()
200 cwnd = ((cwnd * CUBIC_C_FACTOR) >> CUBIC_SHIFT_4) * smss + wmax; in cubic_cwnd()
218 uint32_t smss) in reno_cwnd() argument
226 return (((wmax * RENO_BETA) + (((ticks_since_cong * smss) in reno_cwnd()
239 uint32_t smss) in tf_cwnd() argument
[all …]