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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/dccp/ccids/
H A Dccid3.h84 * @ccid3hctx_t_rto - Nofeedback Timer setting in usecs
105 #define ccid3hctx_t_rto ccid3hctx_tfrc.tfrctx_rto macro
H A Dccid3.c287 t_nfb = max(hctx->ccid3hctx_t_rto, 2 * hctx->ccid3hctx_t_ipi);
536 hctx->ccid3hctx_t_rto = max_t(u32, 4 * hctx->ccid3hctx_rtt,
543 t_nfb = max(hctx->ccid3hctx_t_rto, 2 * hctx->ccid3hctx_t_ipi);
665 info->tcpi_rto = hctx->ccid3hctx_t_rto;

Completed in 56 milliseconds