Home
last modified time | relevance | path

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

/net/ipv4/
Dtcp_bic.c53 u32 last_cwnd; /* the last snd_cwnd */ member
64 ca->last_cwnd = 0; in bictcp_reset()
86 if (ca->last_cwnd == cwnd && in bictcp_update()
90 ca->last_cwnd = cwnd; in bictcp_update()
Dtcp_cubic.c87 u32 last_cwnd; /* the last snd_cwnd */ member
109 ca->last_cwnd = 0; in bictcp_reset()
233 if (ca->last_cwnd == cwnd && in bictcp_update()
244 ca->last_cwnd = cwnd; in bictcp_update()