Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_bic.c53 u32 last_cwnd; /* the last snd_cwnd */ member
54 u32 last_time; /* time when updated last_cwnd */
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
88 u32 last_time; /* time when updated last_cwnd */
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()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_bic.c53 u32 last_cwnd; /* the last snd_cwnd */ member
54 u32 last_time; /* time when updated last_cwnd */
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.c89 u32 last_cwnd; /* the last snd_cwnd */ member
90 u32 last_time; /* time when updated last_cwnd */
221 if (ca->last_cwnd == cwnd && in bictcp_update()
232 ca->last_cwnd = cwnd; in bictcp_update()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c76 __u32 last_cwnd; /* the last snd_cwnd */ member
77 __u32 last_time; /* time when updated last_cwnd */
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()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c76 __u32 last_cwnd; /* the last snd_cwnd */ member
77 __u32 last_time; /* time when updated last_cwnd */
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()

Completed in 5 milliseconds