Home
last modified time | relevance | path

Searched refs:TCP_KEEPALIVE_PROBES (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/net/ipv4/
Dtcp_timer.c28 int sysctl_tcp_keepalive_probes __read_mostly = TCP_KEEPALIVE_PROBES;
/linux-4.1.27/include/net/
Dtcp.h149 #define TCP_KEEPALIVE_PROBES 9 /* Max of 9 keepalive probes */ macro