Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_bic.c53 u32 last_cwnd; /* the last snd_cwnd */ member
64 ca->last_cwnd = 0; in bictcp_reset()
85 if (ca->last_cwnd == cwnd && in bictcp_update()
89 ca->last_cwnd = cwnd; in bictcp_update()
/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c77 __u32 last_cwnd; /* the last snd_cwnd */
78 __u32 last_time; /* time when updated last_cwnd */
99 ca->last_cwnd = 0;
272 if (ca->last_cwnd == cwnd && in bictcp_update()
283 ca->last_cwnd = cwnd; in bictcp_update()
84 __u32 last_cwnd; /* the last snd_cwnd */ global() member