Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/netns/
Dipv4.h120 int sysctl_tcp_keepalive_probes; member
/Linux-v4.19/net/ipv4/
Dsysctl_net_ipv4.c801 .data = &init_net.ipv4.sysctl_tcp_keepalive_probes,
Dtcp_ipv4.c2539 net->ipv4.sysctl_tcp_keepalive_probes = TCP_KEEPALIVE_PROBES; in tcp_sk_init()
/Linux-v4.19/include/net/
Dtcp.h1387 return tp->keepalive_probes ? : net->ipv4.sysctl_tcp_keepalive_probes; in keepalive_probes()