Searched refs:tx_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.h94 * @tx_hist: Packet history
114 struct tfrc_tx_hist_entry *tx_hist; member in struct:ccid3_hc_tx_sock
H A Dccid3.c367 if (tfrc_tx_hist_add(&hc->tx_hist, dccp_sk(sk)->dccps_gss))
392 r_sample = tfrc_tx_hist_rtt(hc->tx_hist,
551 hc->tx_hist = NULL;
564 tfrc_tx_hist_purge(&hc->tx_hist);

Completed in 107 milliseconds