Searched defs:tfrc_loss_hist (Results 1 - 1 of 1) sorted by relevance

/net/dccp/ccids/lib/
H A Dloss_interval.h40 * tfrc_loss_hist - Loss record database
45 struct tfrc_loss_hist { struct
51 static inline void tfrc_lh_init(struct tfrc_loss_hist *lh)
53 memset(lh, 0, sizeof(struct tfrc_loss_hist));
56 static inline u8 tfrc_lh_is_initialised(struct tfrc_loss_hist *lh)
61 static inline u8 tfrc_lh_length(struct tfrc_loss_hist *lh)
68 extern int tfrc_lh_interval_add(struct tfrc_loss_hist *, struct tfrc_rx_hist *,
70 extern u8 tfrc_lh_update_i_mean(struct tfrc_loss_hist *lh, struct sk_buff *);
71 extern void tfrc_lh_cleanup(struct tfrc_loss_hist *lh);

Completed in 21 milliseconds