Searched refs:BICTCP_BETA_SCALE (Results 1 – 2 of 2) sorted by relevance
21 #define BICTCP_BETA_SCALE 1024 /* Scale factor beta calculation macro169 ca->last_max_cwnd = (tp->snd_cwnd * (BICTCP_BETA_SCALE + beta)) in bictcp_recalc_ssthresh()170 / (2 * BICTCP_BETA_SCALE); in bictcp_recalc_ssthresh()177 return max((tp->snd_cwnd * beta) / BICTCP_BETA_SCALE, 2U); in bictcp_recalc_ssthresh()
32 #define BICTCP_BETA_SCALE 1024 /* Scale factor beta calculation macro363 ca->last_max_cwnd = (tp->snd_cwnd * (BICTCP_BETA_SCALE + beta)) in bictcp_recalc_ssthresh()364 / (2 * BICTCP_BETA_SCALE); in bictcp_recalc_ssthresh()368 return max((tp->snd_cwnd * beta) / BICTCP_BETA_SCALE, 2U); in bictcp_recalc_ssthresh()478 beta_scale = 8*(BICTCP_BETA_SCALE+beta) / 3 in cubictcp_register()479 / (BICTCP_BETA_SCALE - beta); in cubictcp_register()