Home
last modified time | relevance | path

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

/linux-4.1.27/net/dccp/ccids/lib/
Dloss_interval.c26 static inline struct tfrc_loss_interval *tfrc_lh_peek(struct tfrc_loss_hist *lh) in tfrc_lh_peek()
41 static struct tfrc_loss_interval *tfrc_lh_demand_next(struct tfrc_loss_hist *lh) in tfrc_lh_demand_next()
90 struct tfrc_loss_interval *cur = tfrc_lh_peek(lh); in tfrc_lh_update_i_mean()
123 static inline u8 tfrc_lh_is_new_loss(struct tfrc_loss_interval *cur, in tfrc_lh_is_new_loss()
142 struct tfrc_loss_interval *cur = tfrc_lh_peek(lh), *new; in tfrc_lh_interval_add()
174 sizeof(struct tfrc_loss_interval), 0, in tfrc_li_init()
Dloss_interval.h32 struct tfrc_loss_interval { struct
46 struct tfrc_loss_interval *ring[LIH_SIZE]; argument