Searched refs:BICTCP_BETA_SCALE (Results 1 – 2 of 2) sorted by relevance
21 #define BICTCP_BETA_SCALE 1024 /* Scale factor beta calculation macro170 ca->last_max_cwnd = (tcp_snd_cwnd(tp) * (BICTCP_BETA_SCALE + beta)) in bictcp_recalc_ssthresh()171 / (2 * BICTCP_BETA_SCALE); in bictcp_recalc_ssthresh()178 return max((tcp_snd_cwnd(tp) * beta) / BICTCP_BETA_SCALE, 2U); in bictcp_recalc_ssthresh()
34 #define BICTCP_BETA_SCALE 1024 /* Scale factor beta calculation macro61 static const __u32 beta_scale = 8*(BICTCP_BETA_SCALE+beta) / 362 / (BICTCP_BETA_SCALE - beta);415 ca->last_max_cwnd = (tp->snd_cwnd * (BICTCP_BETA_SCALE + beta)) in BPF_PROG()416 / (2 * BICTCP_BETA_SCALE); in BPF_PROG()420 return max((tp->snd_cwnd * beta) / BICTCP_BETA_SCALE, 2U); in BPF_PROG()