Home
last modified time | relevance | path

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

/linux-6.14.4/include/net/netns/
Dipv4.h164 u8 sysctl_tcp_keepalive_probes; member
/linux-6.14.4/Documentation/networking/net_cachelines/
Dnetns_ipv4_sysctl.rst71 u8 sysctl_tcp_keepalive_probes
/linux-6.14.4/net/ipv4/
Dsysctl_net_ipv4.c971 .data = &init_net.ipv4.sysctl_tcp_keepalive_probes,
Dtcp_ipv4.c3449 net->ipv4.sysctl_tcp_keepalive_probes = TCP_KEEPALIVE_PROBES;
/linux-6.14.4/net/mptcp/
Dsockopt.c1405 READ_ONCE(sock_net(sk)->ipv4.sysctl_tcp_keepalive_probes)); in mptcp_getsockopt_sol_tcp()
/linux-6.14.4/include/net/
Dtcp.h1680 return val ? : READ_ONCE(net->ipv4.sysctl_tcp_keepalive_probes); in keepalive_probes()