Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/netns/
Dipv4.h127 int sysctl_tcp_keepalive_intvl; member
/Linux-v5.4/net/ipv4/
Dsysctl_net_ipv4.c900 .data = &init_net.ipv4.sysctl_tcp_keepalive_intvl,
Dtcp_ipv4.c2667 net->ipv4.sysctl_tcp_keepalive_intvl = TCP_KEEPALIVE_INTVL; in tcp_sk_init()
/Linux-v5.4/include/net/
Dtcp.h1404 return tp->keepalive_intvl ? : net->ipv4.sysctl_tcp_keepalive_intvl; in keepalive_intvl_when()