tcp_rto_min       707 include/net/tcp.h 	return jiffies_to_usecs(tcp_rto_min(sk));
tcp_rto_min       369 net/dccp/ccids/ccid2.c 		hc->tx_mdev_max = max(hc->tx_mdev, tcp_rto_min(sk));
tcp_rto_min       412 net/dccp/ccids/ccid2.c 			hc->tx_mdev_max = tcp_rto_min(sk);
tcp_rto_min       437 net/dccp/ccids/ccid3.c 				  USEC_PER_SEC/HZ * tcp_rto_min(sk));
tcp_rto_min       502 net/ipv4/tcp_metrics.c 		inet_csk(sk)->icsk_rto = crtt + max(2 * crtt, tcp_rto_min(sk));