Home
last modified time | relevance | path

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

/Linux-v5.10/net/ipv4/
Dtcp_cubic.c58 static u32 cube_rtt_scale __read_mostly;
286 delta = (cube_rtt_scale * offs * offs * offs) >> (10+3*BICTCP_HZ); in bictcp_update()
505 cube_rtt_scale = (bic_scale * 10); /* 1024*c/rtt */ in cubictcp_register()
/Linux-v5.10/tools/testing/selftests/bpf/progs/
Dbpf_cubic.c52 static const __u32 cube_rtt_scale = (bic_scale * 10); /* 1024*c/rtt */ variable
338 delta = (cube_rtt_scale * offs * offs * offs) >> (10+3*BICTCP_HZ); in bictcp_update()