Searched refs:tfrc_lh_length (Results 1 – 2 of 2) sorted by relevance
61 int i, k = tfrc_lh_length(lh) - 1; /* k is as in rfc3448bis, 5.4 */ in tfrc_lh_calc_i_mean()112 if (tfrc_lh_length(lh) == 1) /* due to RFC 3448, 6.3.1 */ in tfrc_lh_update_i_mean()
57 static inline u8 tfrc_lh_length(struct tfrc_loss_hist *lh) in tfrc_lh_length() function