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

/linux-master/net/ipv4/
H A Dtcp_timer.c192 unsigned int rto_base)
196 linear_backoff_thresh = ilog2(TCP_RTO_MAX / rto_base);
198 timeout = ((2 << boundary) - 1) * rto_base;
200 timeout = ((2 << linear_backoff_thresh) - 1) * rto_base +
229 unsigned int rto_base = TCP_RTO_MIN; local
232 rto_base = tcp_timeout_init(sk);
233 timeout = tcp_model_timeout(sk, boundary, rto_base);
190 tcp_model_timeout(struct sock *sk, unsigned int boundary, unsigned int rto_base) argument

Completed in 87 milliseconds