Searched refs:BETA_MIN (Results 1 – 3 of 3) sorted by relevance
1960 ca->beta = BETA_MIN; in htcp_beta_update()1968 if (ca->beta < BETA_MIN) in htcp_beta_update()1969 ca->beta = BETA_MIN; in htcp_beta_update()1973 ca->beta = BETA_MIN; in htcp_beta_update()2116 net->cc_mod.htcp_ca.beta = BETA_MIN; in htcp_init()
101 #define BETA_MIN (1<<6) /* 0.5 with shift << 7 */ macro