Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/progs/
Dbpf_cubic.c76 __u32 last_cwnd; /* the last snd_cwnd */ member
98 ca->last_cwnd = 0; in bictcp_reset()
274 if (ca->last_cwnd == cwnd && in bictcp_update()
285 ca->last_cwnd = cwnd; in bictcp_update()