Home
last modified time | relevance | path

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

/openbmc/linux/include/net/netns/
H A Dipv4.h126 int sysctl_tcp_keepalive_time; member
/openbmc/linux/net/mptcp/
H A Dsockopt.c1370 READ_ONCE(sock_net(sk)->ipv4.sysctl_tcp_keepalive_time) / HZ); in mptcp_getsockopt_sol_tcp()
/openbmc/linux/net/ipv4/
H A Dsysctl_net_ipv4.c911 .data = &init_net.ipv4.sysctl_tcp_keepalive_time,
H A Dtcp_ipv4.c3221 net->ipv4.sysctl_tcp_keepalive_time = TCP_KEEPALIVE_TIME; in tcp_sk_init()
/openbmc/linux/include/net/
H A Dtcp.h1582 return val ? : READ_ONCE(net->ipv4.sysctl_tcp_keepalive_time); in keepalive_time_when()