TCP_RTO_MAX_SEC
#define TCP_RTO_MAX ((unsigned)(TCP_RTO_MAX_SEC * HZ))
static int tcp_rto_max_max = TCP_RTO_MAX_SEC * MSEC_PER_SEC;
if (val < MSEC_PER_SEC || val > TCP_RTO_MAX_SEC * MSEC_PER_SEC)
net->ipv4.sysctl_tcp_rto_max_ms = TCP_RTO_MAX_SEC * MSEC_PER_SEC;