Home
last modified time | relevance | path

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

/linux-6.12.1/include/net/netns/
Dipv4.h164 int sysctl_tcp_keepalive_intvl; member
/linux-6.12.1/Documentation/networking/net_cachelines/
Dnetns_ipv4_sysctl.rst69 int sysctl_tcp_keepalive_intvl - - …
/linux-6.12.1/net/ipv4/
Dsysctl_net_ipv4.c977 .data = &init_net.ipv4.sysctl_tcp_keepalive_intvl,
Dtcp_ipv4.c3445 net->ipv4.sysctl_tcp_keepalive_intvl = TCP_KEEPALIVE_INTVL;
/linux-6.12.1/net/mptcp/
Dsockopt.c1401 READ_ONCE(sock_net(sk)->ipv4.sysctl_tcp_keepalive_intvl) / HZ); in mptcp_getsockopt_sol_tcp()
/linux-6.12.1/include/net/
Dtcp.h1639 return val ? : READ_ONCE(net->ipv4.sysctl_tcp_keepalive_intvl); in keepalive_intvl_when()