Home
last modified time | relevance | path

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

/Linux-v5.15/net/ipv4/
Dtcp_fastopen.c508 atomic_inc(&net->ipv4.tfo_active_disable_times); in tcp_fastopen_active_disable()
527 tfo_da_times = atomic_read(&sock_net(sk)->ipv4.tfo_active_disable_times); in tcp_fastopen_active_should_disable()
574 atomic_read(&sock_net(sk)->ipv4.tfo_active_disable_times)) { in tcp_fastopen_active_disable_ofo_check()
577 atomic_set(&sock_net(sk)->ipv4.tfo_active_disable_times, 0); in tcp_fastopen_active_disable_ofo_check()
Dsysctl_net_ipv4.c431 atomic_set(&net->ipv4.tfo_active_disable_times, 0); in proc_tfo_blackhole_detect_timeout()
Dtcp_ipv4.c3208 atomic_set(&net->ipv4.tfo_active_disable_times, 0); in tcp_sk_init()
/Linux-v5.15/include/net/netns/
Dipv4.h178 atomic_t tfo_active_disable_times; member