Home
last modified time | relevance | path

Searched refs:TCP_RTO_MAX_SEC (Results 1 – 4 of 4) sorted by relevance

/linux/include/net/
H A Dtcp.h162 #define TCP_RTO_MAX_SEC 120 macro
163 #define TCP_RTO_MAX ((unsigned)(TCP_RTO_MAX_SEC * HZ))
/linux/net/ipv4/
H A Dsysctl_net_ipv4.c31 static int tcp_rto_max_max = TCP_RTO_MAX_SEC * MSEC_PER_SEC;
H A Dtcp_ipv4.c3609 net->ipv4.sysctl_tcp_rto_max_ms = TCP_RTO_MAX_SEC * MSEC_PER_SEC;
H A Dtcp.c3979 if (val < MSEC_PER_SEC || val > TCP_RTO_MAX_SEC * MSEC_PER_SEC) in do_tcp_setsockopt()