Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
H A Dtcp_cubic.c87 u32 last_cwnd; /* the last snd_cwnd */ member
109 ca->last_cwnd = 0; in bictcp_reset()
228 if (ca->last_cwnd == cwnd && in bictcp_update()
239 ca->last_cwnd = cwnd; in bictcp_update()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c76 __u32 last_cwnd; /* the last snd_cwnd */ member
98 ca->last_cwnd = 0; in bictcp_reset()
280 if (ca->last_cwnd == cwnd && in bictcp_update()
291 ca->last_cwnd = cwnd; in bictcp_update()