Home
last modified time | relevance | path

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

/linux/net/dccp/ccids/lib/
H A Dloss_interval.c61 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()
H A Dloss_interval.h57 static inline u8 tfrc_lh_length(struct tfrc_loss_hist *lh) in tfrc_lh_length() function