Searched refs:BETA_MIN (Results 1 – 2 of 2) sorted by relevance
1955 ca->beta = BETA_MIN; in htcp_beta_update() 1963 if (ca->beta < BETA_MIN) in htcp_beta_update() 1964 ca->beta = BETA_MIN; in htcp_beta_update() 1968 ca->beta = BETA_MIN; in htcp_beta_update() 2111 net->cc_mod.htcp_ca.beta = BETA_MIN;
98 #define BETA_MIN (1<<6) /* 0.5 with shift << 7 */ macro