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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/ipv4/
H A Dtcp_timer.c147 unsigned int rto_base = syn_set ? TCP_TIMEOUT_INIT : TCP_RTO_MIN; local
157 linear_backoff_thresh = ilog2(TCP_RTO_MAX/rto_base);
160 timeout = ((2 << boundary) - 1) * rto_base;
162 timeout = ((2 << linear_backoff_thresh) - 1) * rto_base +
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/ipv4/
H A Dtcp_timer.c147 unsigned int rto_base = syn_set ? TCP_TIMEOUT_INIT : TCP_RTO_MIN; local
157 linear_backoff_thresh = ilog2(TCP_RTO_MAX/rto_base);
160 timeout = ((2 << boundary) - 1) * rto_base;
162 timeout = ((2 << linear_backoff_thresh) - 1) * rto_base +

Completed in 190 milliseconds