Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/netns/
H A Dipv4.h131 int sysctl_tcp_keepalive_intvl; member
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dsysctl_net_ipv4.c858 .data = &init_net.ipv4.sysctl_tcp_keepalive_intvl,
H A Dtcp_ipv4.c2878 net->ipv4.sysctl_tcp_keepalive_intvl = TCP_KEEPALIVE_INTVL; in tcp_sk_init()
/OK3568_Linux_fs/kernel/include/net/
H A Dtcp.h1459 READ_ONCE(net->ipv4.sysctl_tcp_keepalive_intvl); in keepalive_intvl_when()