Searched refs:tx_t_rto (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.h84 * @tx_t_rto: Nofeedback Timer setting in usecs
104 #define tx_t_rto tx_tfrc.tfrctx_rto macro
H A Dccid3.c221 if (hc->tx_t_rto == 0 || /* no feedback received yet */
258 if (unlikely(hc->tx_t_rto == 0)) /* no feedback yet */
261 t_nfb = max(hc->tx_t_rto, 2 * hc->tx_t_ipi);
422 if (hc->tx_t_rto == 0) {
468 hc->tx_t_rto = max_t(u32, 4 * hc->tx_rtt, (CONFIG_IP_DCCP_CCID3_RTO *
474 t_nfb = max(hc->tx_t_rto, 2 * hc->tx_t_ipi);
576 info->tcpi_rto = hc->tx_t_rto;

Completed in 37 milliseconds