Home
last modified time | relevance | path

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

/Linux-v5.15/include/net/netns/
Dipv4.h124 u8 sysctl_tcp_keepalive_probes; member
/Linux-v5.15/net/ipv4/
Dsysctl_net_ipv4.c926 .data = &init_net.ipv4.sysctl_tcp_keepalive_probes,
Dtcp_ipv4.c3147 net->ipv4.sysctl_tcp_keepalive_probes = TCP_KEEPALIVE_PROBES; in tcp_sk_init()
/Linux-v5.15/include/net/
Dtcp.h1478 return tp->keepalive_probes ? : net->ipv4.sysctl_tcp_keepalive_probes; in keepalive_probes()