Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/netns/
H A Dipv4.h130 int sysctl_tcp_keepalive_probes; member
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dsysctl_net_ipv4.c851 .data = &init_net.ipv4.sysctl_tcp_keepalive_probes,
H A Dtcp_ipv4.c2877 net->ipv4.sysctl_tcp_keepalive_probes = TCP_KEEPALIVE_PROBES; in tcp_sk_init()
/OK3568_Linux_fs/kernel/include/net/
H A Dtcp.h1475 READ_ONCE(net->ipv4.sysctl_tcp_keepalive_probes); in keepalive_probes()