Searched refs:rho2_7ls (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/net/ipv4/
H A Dtcp_hybla.c23 u32 rho2_7ls; /* Rho^2, <<7 */ member in struct:hybla
41 ca->rho2_7ls = (ca->rho_3ls * ca->rho_3ls) << 1; hybla_recalc_param()
42 ca->rho2 = ca->rho2_7ls >> 7; hybla_recalc_param()
53 ca->rho2_7ls = 0; hybla_init()
139 increment = ca->rho2_7ls / tp->snd_cwnd; hybla_cong_avoid()

Completed in 71 milliseconds