Searched refs:TCP_RTO_MAX_SEC (Results 1 – 4 of 4) sorted by relevance
162 #define TCP_RTO_MAX_SEC 120 macro163 #define TCP_RTO_MAX ((unsigned)(TCP_RTO_MAX_SEC * HZ))
31 static int tcp_rto_max_max = TCP_RTO_MAX_SEC * MSEC_PER_SEC;
3609 net->ipv4.sysctl_tcp_rto_max_ms = TCP_RTO_MAX_SEC * MSEC_PER_SEC;
3979 if (val < MSEC_PER_SEC || val > TCP_RTO_MAX_SEC * MSEC_PER_SEC) in do_tcp_setsockopt()