Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/progs/
Dbpf_cubic.c75 __u32 last_max_cwnd; /* last maximum snd_cwnd */ member
97 ca->last_max_cwnd = 0; in bictcp_reset()
293 if (ca->last_max_cwnd <= cwnd) { in bictcp_update()
301 * (ca->last_max_cwnd - cwnd)); in bictcp_update()
302 ca->bic_origin_point = ca->last_max_cwnd; in bictcp_update()
349 if (ca->last_max_cwnd == 0 && ca->cnt > 20) in bictcp_update()
408 if (tp->snd_cwnd < ca->last_max_cwnd && fast_convergence) in BPF_STRUCT_OPS()
409 ca->last_max_cwnd = (tp->snd_cwnd * (BICTCP_BETA_SCALE + beta)) in BPF_STRUCT_OPS()
412 ca->last_max_cwnd = tp->snd_cwnd; in BPF_STRUCT_OPS()