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