Home
last modified time | relevance | path

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

/Linux-v4.19/net/dccp/ccids/lib/
Dloss_interval.h45 struct tfrc_loss_hist { struct
51 static inline void tfrc_lh_init(struct tfrc_loss_hist *lh) in tfrc_lh_init() argument
53 memset(lh, 0, sizeof(struct tfrc_loss_hist)); in tfrc_lh_init()
56 static inline u8 tfrc_lh_is_initialised(struct tfrc_loss_hist *lh) in tfrc_lh_is_initialised()
61 static inline u8 tfrc_lh_length(struct tfrc_loss_hist *lh) in tfrc_lh_length()
68 int tfrc_lh_interval_add(struct tfrc_loss_hist *, struct tfrc_rx_hist *,
70 u8 tfrc_lh_update_i_mean(struct tfrc_loss_hist *lh, struct sk_buff *);
71 void tfrc_lh_cleanup(struct tfrc_loss_hist *lh);
Dloss_interval.c26 static inline struct tfrc_loss_interval *tfrc_lh_peek(struct tfrc_loss_hist *lh) in tfrc_lh_peek()
32 static inline u32 tfrc_lh_get_interval(struct tfrc_loss_hist *lh, const u8 i) in tfrc_lh_get_interval()
41 static struct tfrc_loss_interval *tfrc_lh_demand_next(struct tfrc_loss_hist *lh) in tfrc_lh_demand_next()
49 void tfrc_lh_cleanup(struct tfrc_loss_hist *lh) in tfrc_lh_cleanup()
62 static void tfrc_lh_calc_i_mean(struct tfrc_loss_hist *lh) in tfrc_lh_calc_i_mean()
88 u8 tfrc_lh_update_i_mean(struct tfrc_loss_hist *lh, struct sk_buff *skb) in tfrc_lh_update_i_mean()
139 int tfrc_lh_interval_add(struct tfrc_loss_hist *lh, struct tfrc_rx_hist *rh, in tfrc_lh_interval_add()
Dpacket_history.h147 struct tfrc_loss_hist;
148 int tfrc_rx_handle_loss(struct tfrc_rx_hist *h, struct tfrc_loss_hist *lh,
Dpacket_history.c325 struct tfrc_loss_hist *lh, in tfrc_rx_handle_loss()
/Linux-v4.19/net/dccp/ccids/
Dccid3.h149 struct tfrc_loss_hist rx_li_hist;