Searched refs:tfrc_lh_interval_add (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/dccp/ccids/lib/ |
H A D | loss_interval.h | 64 int tfrc_lh_interval_add(struct tfrc_loss_hist *, struct tfrc_rx_hist *,
|
H A D | loss_interval.c | 127 * tfrc_lh_interval_add - Insert new record into the Loss Interval database 135 int tfrc_lh_interval_add(struct tfrc_loss_hist *lh, struct tfrc_rx_hist *rh, in tfrc_lh_interval_add() function
|
H A D | packet_history.c | 302 * @sk: Used by @calc_first_li (see tfrc_lh_interval_add) 328 is_new_loss = tfrc_lh_interval_add(lh, h, calc_first_li, sk); in tfrc_rx_handle_loss()
|
/kernel/linux/linux-6.6/net/dccp/ccids/lib/ |
H A D | loss_interval.h | 64 int tfrc_lh_interval_add(struct tfrc_loss_hist *, struct tfrc_rx_hist *,
|
H A D | loss_interval.c | 130 * tfrc_lh_interval_add - Insert new record into the Loss Interval database 138 int tfrc_lh_interval_add(struct tfrc_loss_hist *lh, struct tfrc_rx_hist *rh, in tfrc_lh_interval_add() function
|
H A D | packet_history.c | 302 * @sk: Used by @calc_first_li (see tfrc_lh_interval_add) 328 is_new_loss = tfrc_lh_interval_add(lh, h, calc_first_li, sk); in tfrc_rx_handle_loss()
|
Completed in 4 milliseconds