Home
last modified time | relevance | path

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

/linux-6.8/include/net/netns/
Dipv4.h154 int sysctl_tcp_keepalive_intvl; member
/linux-6.8/Documentation/networking/net_cachelines/
Dnetns_ipv4_sysctl.rst69 int sysctl_tcp_keepalive_intvl - - …
/linux-6.8/net/ipv4/
Dsysctl_net_ipv4.c921 .data = &init_net.ipv4.sysctl_tcp_keepalive_intvl,
Dtcp_ipv4.c3409 net->ipv4.sysctl_tcp_keepalive_intvl = TCP_KEEPALIVE_INTVL;
/linux-6.8/include/net/
Dtcp.h1588 return val ? : READ_ONCE(net->ipv4.sysctl_tcp_keepalive_intvl); in keepalive_intvl_when()