Home
last modified time | relevance | path

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

/Linux-v5.10/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()
/Linux-v5.10/net/ipv4/
Dtcp_cubic.c223 u32 delta, bic_target, max_cnt; in bictcp_update() local
288 bic_target = ca->bic_origin_point - delta; in bictcp_update()
290 bic_target = ca->bic_origin_point + delta; in bictcp_update()
293 if (bic_target > cwnd) { in bictcp_update()
294 ca->cnt = cwnd / (bic_target - cwnd); in bictcp_update()