Lines Matching defs:mss
171 uint32_t mss = tcp_fixed_maxseg(ccv->tp);
172 u_int incr = mss;
220 ccv->nsegs * abc_val * mss);
222 incr = min(ccv->bytes_this_ack, mss);
241 uint32_t mss = tcp_fixed_maxseg(ccv->tp);
281 cubic_data->K = cubic_k(cubic_data->W_max / mss);
420 uint32_t mss, pipe;
423 mss = tcp_fixed_maxseg(ccv->tp);
435 cubic_ssthresh_update(ccv, mss);
438 cubic_data->K = cubic_k(cubic_data->W_max / mss);
452 cubic_ssthresh_update(ccv, mss);
455 cubic_data->K = cubic_k(cubic_data->W_max / mss);
485 CUBIC_BETA) >> CUBIC_SHIFT) / mss) * mss;
489 CCV(ccv, snd_cwnd) = mss;
535 uint32_t mss = tcp_fixed_maxseg(ccv->tp);
558 CCV(ccv, snd_cwnd) = max(pipe, mss) + mss;
563 2 * mss);