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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dtcp_bic.c55 u32 last_cwnd; /* the last snd_cwnd */ member in struct:bictcp
56 u32 last_time; /* time when updated last_cwnd */
67 ca->last_cwnd = 0;
85 if (ca->last_cwnd == cwnd &&
89 ca->last_cwnd = cwnd;
H A Dtcp_cubic.c84 u32 last_cwnd; /* the last snd_cwnd */ member in struct:bictcp
85 u32 last_time; /* time when updated last_cwnd */
107 ca->last_cwnd = 0;
199 if (ca->last_cwnd == cwnd &&
203 ca->last_cwnd = cwnd;

Completed in 52 milliseconds