Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_cubic.c52 static int bic_scale __read_mostly = 41;
71 module_param(bic_scale, int, 0444);
72 MODULE_PARM_DESC(bic_scale, "scale (scaled by 1024) value for bic function (bic_scale/1024)");
517 cube_rtt_scale = (bic_scale * 10); /* 1024*c/rtt */ in cubictcp_register()
536 do_div(cube_factor, bic_scale * 10); in cubictcp_register()
/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c45 static const int bic_scale = 41; variable
53 static const __u32 cube_rtt_scale = (bic_scale * 10); /* 1024*c/rtt */
71 / (bic_scale * 10);