Searched refs:rx_hist (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/ccids/
H A Dccid3.h144 * @rx_hist: Packet history (loss detection + RTT sampling)
156 struct tfrc_rx_hist rx_hist; member in struct:ccid3_hc_rx_sock
H A Dccid3.c789 if (tfrc_rx_hist_duplicate(&hc->rx_hist, skb))
804 if (tfrc_rx_handle_loss(&hc->rx_hist, &hc->rx_li_hist,
810 if (tfrc_rx_hist_loss_pending(&hc->rx_hist))
820 const u32 sample = tfrc_rx_hist_sample_rtt(&hc->rx_hist, skb);
844 tfrc_rx_hist_add_packet(&hc->rx_hist, skb, ndp);
857 return tfrc_rx_hist_alloc(&hc->rx_hist);
866 tfrc_rx_hist_purge(&hc->rx_hist);

Completed in 105 milliseconds