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