Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/progs/
A Dbpf_cubic.c274 __u32 delta, bic_target, max_cnt; in bictcp_update() local
339 bic_target = ca->bic_origin_point - delta; in bictcp_update()
341 bic_target = ca->bic_origin_point + delta; in bictcp_update()
344 if (bic_target > cwnd) { in bictcp_update()
345 ca->cnt = cwnd / (bic_target - cwnd); in bictcp_update()

Completed in 4 milliseconds