Lines Matching refs:mss
150 uint32_t mss = tcp_fixed_maxseg(ccv->tp); in chd_window_decrease() local
152 win = min(CCV(ccv, snd_wnd), CCV(ccv, snd_cwnd)) / mss; in chd_window_decrease()
154 CCV(ccv, snd_ssthresh) = max(win, 2) * mss; in chd_window_decrease()
194 uint32_t mss = tcp_fixed_maxseg(ccv->tp); in chd_window_increase() local
206 V_tcp_abc_l_var * mss); in chd_window_increase()
209 incr = min(ccv->bytes_this_ack, mss); in chd_window_increase()
212 incr = mss; in chd_window_increase()
218 incr = mss; in chd_window_increase()
221 incr = mss; in chd_window_increase()
384 uint32_t mss = tcp_fixed_maxseg(ccv->tp); in chd_cong_signal() local
386 mss / 2, 2) * mss; in chd_cong_signal()