Home
last modified time | relevance | path

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

/linux-4.4.14/net/dccp/ccids/lib/
Dpacket_history.h97 loss_start:2; member
98 #define rtt_sample_prev loss_start
106 return (h->loss_start + n) & TFRC_NDUPACK; in tfrc_rx_hist_index()
133 return h->ring[h->loss_start]; in tfrc_rx_hist_loss_prev()
Dpacket_history.c198 h->loss_start = tfrc_rx_hist_index(h, 1); in __one_after_loss()
208 h->loss_start = tfrc_rx_hist_index(h, 3); in __one_after_loss()
251 h->loss_start = tfrc_rx_hist_index(h, 2); in __two_after_loss()
255 h->loss_start = tfrc_rx_hist_index(h, 1); in __two_after_loss()
270 h->loss_start = tfrc_rx_hist_index(h, 3); in __two_after_loss()
296 h->loss_start = tfrc_rx_hist_index(h, 3); in __three_after_loss()
300 h->loss_start = tfrc_rx_hist_index(h, 2); in __three_after_loss()
305 h->loss_start = tfrc_rx_hist_index(h, 1); in __three_after_loss()
359 h->loss_count = h->loss_start = 0; in tfrc_rx_hist_alloc()