Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_fastopen.c586 if (!READ_ONCE(sock_net(sk)->ipv4.sysctl_tcp_fastopen_blackhole_timeout)) in tcp_fastopen_active_disable()
608 READ_ONCE(sock_net(sk)->ipv4.sysctl_tcp_fastopen_blackhole_timeout); in tcp_fastopen_active_should_disable()
H A Dsysctl_net_ipv4.c367 ipv4.sysctl_tcp_fastopen_blackhole_timeout); in proc_tfo_blackhole_detect_timeout()
1145 .data = &init_net.ipv4.sysctl_tcp_fastopen_blackhole_timeout,
H A Dtcp_ipv4.c3504 net->ipv4.sysctl_tcp_fastopen_blackhole_timeout = 0;
/linux/include/net/netns/
H A Dipv4.h238 unsigned int sysctl_tcp_fastopen_blackhole_timeout; member