Home
last modified time | relevance | path

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

/Linux-v5.15/net/ipv4/
Dtcp_cubic.c214 u32 delta, bic_target, max_cnt; in bictcp_update() local
279 bic_target = ca->bic_origin_point - delta; in bictcp_update()
281 bic_target = ca->bic_origin_point + delta; in bictcp_update()
284 if (bic_target > cwnd) { in bictcp_update()
285 ca->cnt = cwnd / (bic_target - cwnd); in bictcp_update()
/Linux-v5.15/tools/testing/selftests/bpf/progs/
Dbpf_cubic.c275 __u32 delta, bic_target, max_cnt; in bictcp_update() local
340 bic_target = ca->bic_origin_point - delta; in bictcp_update()
342 bic_target = ca->bic_origin_point + delta; in bictcp_update()
345 if (bic_target > cwnd) { in bictcp_update()
346 ca->cnt = cwnd / (bic_target - cwnd); in bictcp_update()