Home
last modified time | relevance | path

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

/linux-6.14.4/include/net/netns/
Dipv4.h163 int sysctl_tcp_keepalive_intvl; member
/linux-6.14.4/Documentation/networking/net_cachelines/
Dnetns_ipv4_sysctl.rst70 int sysctl_tcp_keepalive_intvl
/linux-6.14.4/net/ipv4/
Dsysctl_net_ipv4.c978 .data = &init_net.ipv4.sysctl_tcp_keepalive_intvl,
Dtcp_ipv4.c3450 net->ipv4.sysctl_tcp_keepalive_intvl = TCP_KEEPALIVE_INTVL;
/linux-6.14.4/net/mptcp/
Dsockopt.c1401 READ_ONCE(sock_net(sk)->ipv4.sysctl_tcp_keepalive_intvl) / HZ); in mptcp_getsockopt_sol_tcp()
/linux-6.14.4/include/net/
Dtcp.h1656 return val ? : READ_ONCE(net->ipv4.sysctl_tcp_keepalive_intvl); in keepalive_intvl_when()