Searched refs:maxB (Results 1 – 2 of 2) sorted by relevance
1938 net->cc_mod.htcp_ca.minB = net->cc_mod.htcp_ca.maxB = net->cc_mod.htcp_ca.Bi = cur_Bi; in measure_achieved_throughput()1941 if (net->cc_mod.htcp_ca.Bi > net->cc_mod.htcp_ca.maxB) in measure_achieved_throughput()1942 net->cc_mod.htcp_ca.maxB = net->cc_mod.htcp_ca.Bi; in measure_achieved_throughput()1943 if (net->cc_mod.htcp_ca.minB > net->cc_mod.htcp_ca.maxB) in measure_achieved_throughput()1944 net->cc_mod.htcp_ca.minB = net->cc_mod.htcp_ca.maxB; in measure_achieved_throughput()1955 uint32_t maxB = ca->maxB; in htcp_beta_update() local1958 ca->old_maxB = ca->maxB; in htcp_beta_update()1960 if (!between(5 * maxB, 4 * old_maxB, 6 * old_maxB)) { in htcp_beta_update()
231 uint32_t maxB; member