Lines Matching refs:smss
280 cubic_cwnd(int usecs_since_epoch, uint32_t wmax, uint32_t smss, int64_t K) in cubic_cwnd() argument305 cwnd = ((cwnd * CUBIC_C_FACTOR) >> CUBIC_SHIFT_4) * smss + wmax; in cubic_cwnd()