Home
last modified time | relevance | path

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

/openbmc/linux/net/dccp/ccids/lib/
H A Dloss_interval.c22 static inline struct tfrc_loss_interval *tfrc_lh_peek(struct tfrc_loss_hist *lh) in tfrc_lh_peek()
37 static struct tfrc_loss_interval *tfrc_lh_demand_next(struct tfrc_loss_hist *lh) in tfrc_lh_demand_next()
89 struct tfrc_loss_interval *cur = tfrc_lh_peek(lh); in tfrc_lh_update_i_mean()
122 static inline u8 tfrc_lh_is_new_loss(struct tfrc_loss_interval *cur, in tfrc_lh_is_new_loss()
141 struct tfrc_loss_interval *cur = tfrc_lh_peek(lh), *new; in tfrc_lh_interval_add()
173 sizeof(struct tfrc_loss_interval), 0, in tfrc_li_init()
H A Dloss_interval.h28 struct tfrc_loss_interval { struct
42 struct tfrc_loss_interval *ring[LIH_SIZE]; argument