Home
last modified time | relevance | path

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

/Linux-v6.6/net/ipv4/
Dtcp_cubic.c216 u32 delta, bic_target, max_cnt; in bictcp_update() local
281 bic_target = ca->bic_origin_point - delta; in bictcp_update()
283 bic_target = ca->bic_origin_point + delta; in bictcp_update()
286 if (bic_target > cwnd) { in bictcp_update()
287 ca->cnt = cwnd / (bic_target - cwnd); in bictcp_update()
/Linux-v6.6/tools/testing/selftests/bpf/progs/
Dbpf_cubic.c269 __u32 delta, bic_target, max_cnt; in bictcp_update() local
334 bic_target = ca->bic_origin_point - delta; in bictcp_update()
336 bic_target = ca->bic_origin_point + delta; in bictcp_update()
339 if (bic_target > cwnd) { in bictcp_update()
340 ca->cnt = cwnd / (bic_target - cwnd); in bictcp_update()