Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A 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/tools/testing/selftests/bpf/progs/
H 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()