Searched refs:smss (Results 1 – 2 of 2) sorted by relevance
149 theoretical_cubic_cwnd(int ticks_since_epoch, unsigned long wmax, uint32_t smss) in theoretical_cubic_cwnd() argument154 wmax_pkts = wmax / (double)smss; in theoretical_cubic_cwnd()156 return (smss * (wmax_pkts + in theoretical_cubic_cwnd()163 uint32_t smss) in theoretical_reno_cwnd() argument166 return ((wmax * 0.5) + ((ticks_since_epoch / (float)rtt_ticks) * smss)); in theoretical_reno_cwnd()171 uint32_t smss) in theoretical_tf_cwnd() argument175 (ticks_since_epoch / (float)rtt_ticks) * smss)); in theoretical_tf_cwnd()222 cubic_cwnd(int usecs_since_epoch, unsigned long wmax, uint32_t smss, int64_t K) in cubic_cwnd() argument247 cwnd = ((cwnd * CUBIC_C_FACTOR) >> CUBIC_SHIFT_4) * smss + wmax; in cubic_cwnd()267 uint32_t smss) in reno_cwnd() argument[all …]
195 # - NT native userspace executables: smss.exe, csrss.exe, autochk.exe, ...