Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c37 #define BICTCP_HZ 10 /* BIC HZ 2^10 = 1024 */ macro
77 static const __u64 cube_factor = (__u64)(1ull << (10+3*BICTCP_HZ))
328 t <<= BICTCP_HZ; in bictcp_update()
337 delta = (cube_rtt_scale * offs * offs * offs) >> (10+3*BICTCP_HZ); in bictcp_update()
/linux/net/ipv4/
H A Dtcp_cubic.c37 #define BICTCP_HZ 10 /* BIC HZ 2^10 = 1024 */ macro
270 t <<= BICTCP_HZ; in bictcp_update()
279 delta = (cube_rtt_scale * offs * offs * offs) >> (10+3*BICTCP_HZ); in bictcp_update()
531 cube_factor = 1ull << (10+3*BICTCP_HZ); /* 2^40 */ in cubictcp_register()