Home
last modified time | relevance | path

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

/linux-6.1.9/net/dccp/ccids/lib/
Dpacket_history.c137 const u8 idx_a = tfrc_rx_hist_index(h, a), in tfrc_rx_hist_swap()
138 idx_b = tfrc_rx_hist_index(h, b); in tfrc_rx_hist_swap()
183 h->loss_start = tfrc_rx_hist_index(h, 1); in __one_after_loss()
193 h->loss_start = tfrc_rx_hist_index(h, 3); in __one_after_loss()
236 h->loss_start = tfrc_rx_hist_index(h, 2); in __two_after_loss()
240 h->loss_start = tfrc_rx_hist_index(h, 1); in __two_after_loss()
255 h->loss_start = tfrc_rx_hist_index(h, 3); in __two_after_loss()
281 h->loss_start = tfrc_rx_hist_index(h, 3); in __three_after_loss()
285 h->loss_start = tfrc_rx_hist_index(h, 2); in __three_after_loss()
290 h->loss_start = tfrc_rx_hist_index(h, 1); in __three_after_loss()
Dpacket_history.h91 static inline u8 tfrc_rx_hist_index(const struct tfrc_rx_hist *h, const u8 n) in tfrc_rx_hist_index() function
102 return h->ring[tfrc_rx_hist_index(h, h->loss_count)]; in tfrc_rx_hist_last_rcv()
111 return h->ring[tfrc_rx_hist_index(h, n)]; in tfrc_rx_hist_entry()