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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/dccp/ccids/lib/
H A Dloss_interval.c17 static const int tfrc_lh_weights[NINTERVAL] = { 10, 10, 10, 10, 8, 6, 4, 2 }; variable
74 i_tot0 += i_i * tfrc_lh_weights[i];
75 w_tot += tfrc_lh_weights[i];
78 i_tot1 += i_i * tfrc_lh_weights[i-1];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/dccp/ccids/lib/
H A Dloss_interval.c17 static const int tfrc_lh_weights[NINTERVAL] = { 10, 10, 10, 10, 8, 6, 4, 2 }; variable
74 i_tot0 += i_i * tfrc_lh_weights[i];
75 w_tot += tfrc_lh_weights[i];
78 i_tot1 += i_i * tfrc_lh_weights[i-1];

Completed in 182 milliseconds