Home
last modified time | relevance | path

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

/linux/include/net/netns/
H A Dipv4.h185 int sysctl_tcp_keepalive_intvl; member
/linux/net/mptcp/
H A Dsockopt.c1426 READ_ONCE(sock_net(sk)->ipv4.sysctl_tcp_keepalive_intvl) / HZ); in mptcp_getsockopt_sol_tcp()
/linux/net/ipv4/
H A Dsysctl_net_ipv4.c1010 .data = &init_net.ipv4.sysctl_tcp_keepalive_intvl,
H A Dtcp_ipv4.c3521 net->ipv4.sysctl_tcp_keepalive_intvl = TCP_KEEPALIVE_INTVL;
/linux/include/net/
H A Dtcp.h1795 return val ? : READ_ONCE(net->ipv4.sysctl_tcp_keepalive_intvl); in keepalive_intvl_when()