Home
last modified time | relevance | path

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

/linux-5.10/include/net/netns/
Dipv4.h129 int sysctl_tcp_keepalive_probes; member
/linux-5.10/net/ipv4/
Dsysctl_net_ipv4.c899 .data = &init_net.ipv4.sysctl_tcp_keepalive_probes,
Dtcp_ipv4.c2854 net->ipv4.sysctl_tcp_keepalive_probes = TCP_KEEPALIVE_PROBES; in tcp_sk_init()
/linux-5.10/include/net/
Dtcp.h1457 return tp->keepalive_probes ? : net->ipv4.sysctl_tcp_keepalive_probes; in keepalive_probes()