Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/progs/
Dbpf_cubic.c29 #define BICTCP_HZ 10 /* BIC HZ 2^10 = 1024 */ macro
69 static const __u64 cube_factor = (__u64)(1ull << (10+3*BICTCP_HZ))
323 t <<= BICTCP_HZ; in bictcp_update()
332 delta = (cube_rtt_scale * offs * offs * offs) >> (10+3*BICTCP_HZ); in bictcp_update()