Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp_cubic.c60 static u32 cube_rtt_scale __read_mostly;
279 delta = (cube_rtt_scale * offs * offs * offs) >> (10+3*BICTCP_HZ); in bictcp_update()
519 cube_rtt_scale = (bic_scale * 10); /* 1024*c/rtt */ in cubictcp_register()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c52 static const __u32 cube_rtt_scale = (bic_scale * 10); /* 1024*c/rtt */ variable
332 delta = (cube_rtt_scale * offs * offs * offs) >> (10+3*BICTCP_HZ); in bictcp_update()