Lines Matching refs:mss
450 /* Round up the value to the nearest mss. */451 #define MSS_ROUNDUP(value, mss) ((((value) - 1) / (mss) + 1) * (mss))612 #define SET_CWND(fp, mss, def_max_init_cwnd) \614 (fp)->sf_cwnd = MIN(def_max_init_cwnd * (mss), \615 MIN(4 * (mss), MAX(2 * (mss), 4380 / (mss) * (mss)))); \