Searched refs:rack_bw_multipler (Results 1 – 1 of 1) sorted by relevance
238 static int32_t rack_bw_multipler = 2; /* Limit on fill cw's jump up to be this x gp_est */ variable1025 &rack_bw_multipler, 2, in rack_init_sysctls()17612 if (rack_bw_multipler && (fill_bw > (rate * rack_bw_multipler))) { in pace_to_fill_cwnd()17613 fill_bw = rate * rack_bw_multipler; in pace_to_fill_cwnd()