loss_start        183 net/dccp/ccids/lib/packet_history.c 			h->loss_start = tfrc_rx_hist_index(h, 1);
loss_start        193 net/dccp/ccids/lib/packet_history.c 		h->loss_start = tfrc_rx_hist_index(h, 3);
loss_start        236 net/dccp/ccids/lib/packet_history.c 				h->loss_start = tfrc_rx_hist_index(h, 2);
loss_start        240 net/dccp/ccids/lib/packet_history.c 				h->loss_start = tfrc_rx_hist_index(h, 1);
loss_start        255 net/dccp/ccids/lib/packet_history.c 	h->loss_start = tfrc_rx_hist_index(h, 3);
loss_start        281 net/dccp/ccids/lib/packet_history.c 			h->loss_start = tfrc_rx_hist_index(h, 3);
loss_start        285 net/dccp/ccids/lib/packet_history.c 			h->loss_start = tfrc_rx_hist_index(h, 2);
loss_start        290 net/dccp/ccids/lib/packet_history.c 		h->loss_start = tfrc_rx_hist_index(h, 1);
loss_start        344 net/dccp/ccids/lib/packet_history.c 	h->loss_count = h->loss_start = 0;
loss_start         84 net/dccp/ccids/lib/packet_history.h 				  loss_start:2;
loss_start         85 net/dccp/ccids/lib/packet_history.h #define rtt_sample_prev		  loss_start
loss_start         93 net/dccp/ccids/lib/packet_history.h 	return (h->loss_start + n) & TFRC_NDUPACK;
loss_start        120 net/dccp/ccids/lib/packet_history.h 	return h->ring[h->loss_start];