rto_base          166 net/ipv4/tcp_timer.c 				      unsigned int rto_base)
rto_base          170 net/ipv4/tcp_timer.c 	linear_backoff_thresh = ilog2(TCP_RTO_MAX / rto_base);
rto_base          172 net/ipv4/tcp_timer.c 		timeout = ((2 << boundary) - 1) * rto_base;
rto_base          174 net/ipv4/tcp_timer.c 		timeout = ((2 << linear_backoff_thresh) - 1) * rto_base +
rto_base          202 net/ipv4/tcp_timer.c 		unsigned int rto_base = TCP_RTO_MIN;
rto_base          205 net/ipv4/tcp_timer.c 			rto_base = tcp_timeout_init(sk);
rto_base          206 net/ipv4/tcp_timer.c 		timeout = tcp_model_timeout(sk, boundary, rto_base);