Home
last modified time | relevance | path

Searched refs:smss (Results 1 – 2 of 2) 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
154 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() argument
166 return ((wmax * 0.5) + ((ticks_since_epoch / (float)rtt_ticks) * smss)); in theoretical_reno_cwnd()
171 uint32_t smss) in theoretical_tf_cwnd() argument
175 (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() argument
247 cwnd = ((cwnd * CUBIC_C_FACTOR) >> CUBIC_SHIFT_4) * smss + wmax; in cubic_cwnd()
267 uint32_t smss) in reno_cwnd() argument
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dmsdos195 # - NT native userspace executables: smss.exe, csrss.exe, autochk.exe, ...