Lines Matching defs:mss
196 uint32_t mss = tcp_fixed_maxseg(ccv->tp);
224 mss;
234 CCV(ccv, snd_cwnd) / mss))) *
235 mss) >> HTCP_SHIFT;
285 uint32_t mss, pipe;
288 mss = tcp_fixed_maxseg(ccv->tp);
336 min(CCV(ccv, snd_wnd), pipe) / 2 / mss) * mss;
338 CCV(ccv, snd_cwnd) = mss;
374 uint32_t mss = tcp_fixed_maxseg(ccv->tp);
397 CCV(ccv, snd_cwnd) = max(pipe, mss) + mss;
400 htcp_data->prev_cwnd / mss)
401 >> HTCP_SHIFT)) * mss;