Searched refs:tfrc_loss_hist (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/net/dccp/ccids/lib/ |
D | loss_interval.h | 41 struct tfrc_loss_hist { struct 47 static inline void tfrc_lh_init(struct tfrc_loss_hist *lh) in tfrc_lh_init() argument 49 memset(lh, 0, sizeof(struct tfrc_loss_hist)); in tfrc_lh_init() 52 static inline u8 tfrc_lh_is_initialised(struct tfrc_loss_hist *lh) in tfrc_lh_is_initialised() 57 static inline u8 tfrc_lh_length(struct tfrc_loss_hist *lh) in tfrc_lh_length() 64 int tfrc_lh_interval_add(struct tfrc_loss_hist *, struct tfrc_rx_hist *, 66 u8 tfrc_lh_update_i_mean(struct tfrc_loss_hist *lh, struct sk_buff *); 67 void tfrc_lh_cleanup(struct tfrc_loss_hist *lh);
|
D | loss_interval.c | 22 static inline struct tfrc_loss_interval *tfrc_lh_peek(struct tfrc_loss_hist *lh) in tfrc_lh_peek() 28 static inline u32 tfrc_lh_get_interval(struct tfrc_loss_hist *lh, const u8 i) in tfrc_lh_get_interval() 37 static struct tfrc_loss_interval *tfrc_lh_demand_next(struct tfrc_loss_hist *lh) in tfrc_lh_demand_next() 45 void tfrc_lh_cleanup(struct tfrc_loss_hist *lh) in tfrc_lh_cleanup() 58 static void tfrc_lh_calc_i_mean(struct tfrc_loss_hist *lh) in tfrc_lh_calc_i_mean() 84 u8 tfrc_lh_update_i_mean(struct tfrc_loss_hist *lh, struct sk_buff *skb) in tfrc_lh_update_i_mean() 135 int tfrc_lh_interval_add(struct tfrc_loss_hist *lh, struct tfrc_rx_hist *rh, in tfrc_lh_interval_add()
|
D | packet_history.h | 134 struct tfrc_loss_hist; 135 int tfrc_rx_handle_loss(struct tfrc_rx_hist *h, struct tfrc_loss_hist *lh,
|
D | packet_history.c | 312 struct tfrc_loss_hist *lh, in tfrc_rx_handle_loss()
|
/Linux-v5.4/net/dccp/ccids/ |
D | ccid3.h | 136 struct tfrc_loss_hist rx_li_hist;
|