Home
last modified time | relevance | path

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

/linux-5.19.10/net/dccp/ccids/lib/
Dloss_interval.c13 static const int tfrc_lh_weights[NINTERVAL] = { 10, 10, 10, 10, 8, 6, 4, 2 }; variable
70 i_tot0 += i_i * tfrc_lh_weights[i]; in tfrc_lh_calc_i_mean()
71 w_tot += tfrc_lh_weights[i]; in tfrc_lh_calc_i_mean()
74 i_tot1 += i_i * tfrc_lh_weights[i-1]; in tfrc_lh_calc_i_mean()