Home
last modified time | relevance | path

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

/Linux-v6.6/net/ipv4/
Dtcp_cubic.c61 static u32 beta_scale __read_mostly;
302 u32 scale = beta_scale; in bictcp_update()
516 beta_scale = 8*(BICTCP_BETA_SCALE+beta) / 3 in cubictcp_register()
/Linux-v6.6/tools/testing/selftests/bpf/progs/
Dbpf_cubic.c53 static const __u32 beta_scale = 8*(BICTCP_BETA_SCALE+beta) / 3 variable
355 __u32 scale = beta_scale; in bictcp_update()