Home
last modified time | relevance | path

Searched refs:snd_cwnd_cents (Results 1 – 1 of 1) sorted by relevance

/linux/net/ipv4/
H A Dtcp_hybla.c20 u32 snd_cwnd_cents; /* Keeps increment values when it is <1, <<7 */ member
55 ca->snd_cwnd_cents = 0; in hybla_init()
147 ca->snd_cwnd_cents += odd; in hybla_cong_avoid()
150 while (ca->snd_cwnd_cents >= 128) { in hybla_cong_avoid()
152 ca->snd_cwnd_cents -= 128; in hybla_cong_avoid()