Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c78 __u32 last_cwnd; /* the last snd_cwnd */ member
100 ca->last_cwnd = 0; in bictcp_reset()
283 if (ca->last_cwnd == cwnd && in bictcp_update()
294 ca->last_cwnd = cwnd; in bictcp_update()