Home
last modified time | relevance | path

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

/linux/include/net/netns/
H A Dipv4.h186 u8 sysctl_tcp_keepalive_probes; member
/linux/net/mptcp/
H A Dsockopt.c1430 READ_ONCE(sock_net(sk)->ipv4.sysctl_tcp_keepalive_probes)); in mptcp_getsockopt_sol_tcp()
/linux/net/ipv4/
H A Dsysctl_net_ipv4.c1003 .data = &init_net.ipv4.sysctl_tcp_keepalive_probes,
H A Dtcp_ipv4.c3520 net->ipv4.sysctl_tcp_keepalive_probes = TCP_KEEPALIVE_PROBES;
/linux/include/net/
H A Dtcp.h1819 return val ? : READ_ONCE(net->ipv4.sysctl_tcp_keepalive_probes); in keepalive_probes()