Searched refs:BETA_MIN (Results 1 – 2 of 2) sorted by relevance
2038 ca->beta = BETA_MIN; in htcp_beta_update()2046 if (ca->beta < BETA_MIN) in htcp_beta_update()2047 ca->beta = BETA_MIN; in htcp_beta_update()2051 ca->beta = BETA_MIN; in htcp_beta_update()2187 net->cc_mod.htcp_ca.beta = BETA_MIN; in htcp_init()
107 #define BETA_MIN (1<<6) /* 0.5 with shift << 7 */ macro