Home
last modified time | relevance | path

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

/openbmc/linux/net/dccp/ccids/lib/
H A Dpacket_history.h84 loss_start:2; member
85 #define rtt_sample_prev loss_start
93 return (h->loss_start + n) & TFRC_NDUPACK; in tfrc_rx_hist_index()
120 return h->ring[h->loss_start]; in tfrc_rx_hist_loss_prev()
H A Dpacket_history.c183 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()
344 h->loss_count = h->loss_start = 0; in tfrc_rx_hist_alloc()