Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c278 __u32 delta, bic_target, max_cnt; in bictcp_update() local
343 bic_target = ca->bic_origin_point - delta; in bictcp_update()
345 bic_target = ca->bic_origin_point + delta; in bictcp_update()
348 if (bic_target > cwnd) { in bictcp_update()
349 ca->cnt = cwnd / (bic_target - cwnd); in bictcp_update()