Home
last modified time | relevance | path

Searched refs:tfo_active_disable_times (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_fastopen.c505 * tfo_active_disable_times
521 atomic_inc(&net->ipv4.tfo_active_disable_times); in tcp_fastopen_active_disable()
541 tfo_da_times = atomic_read(&sock_net(sk)->ipv4.tfo_active_disable_times); in tcp_fastopen_active_should_disable()
558 * condition and reset tfo_active_disable_times in tcp_fastopen_active_should_disable()
566 * Also check if we can reset tfo_active_disable_times if data is
588 atomic_read(&sock_net(sk)->ipv4.tfo_active_disable_times)) { in tcp_fastopen_active_disable_ofo_check()
591 atomic_set(&sock_net(sk)->ipv4.tfo_active_disable_times, 0); in tcp_fastopen_active_disable_ofo_check()
H A Dsysctl_net_ipv4.c374 atomic_set(&net->ipv4.tfo_active_disable_times, 0); in proc_tfo_blackhole_detect_timeout()
H A Dtcp_ipv4.c2929 atomic_set(&net->ipv4.tfo_active_disable_times, 0); in tcp_sk_init()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_fastopen.c489 * tfo_active_disable_times
505 atomic_inc(&net->ipv4.tfo_active_disable_times); in tcp_fastopen_active_disable()
525 tfo_da_times = atomic_read(&sock_net(sk)->ipv4.tfo_active_disable_times); in tcp_fastopen_active_should_disable()
542 * condition and reset tfo_active_disable_times in tcp_fastopen_active_should_disable()
550 * Also check if we can reset tfo_active_disable_times if data is
572 atomic_read(&sock_net(sk)->ipv4.tfo_active_disable_times)) { in tcp_fastopen_active_disable_ofo_check()
575 atomic_set(&sock_net(sk)->ipv4.tfo_active_disable_times, 0); in tcp_fastopen_active_disable_ofo_check()
H A Dsysctl_net_ipv4.c369 atomic_set(&net->ipv4.tfo_active_disable_times, 0); in proc_tfo_blackhole_detect_timeout()
H A Dtcp_ipv4.c3269 atomic_set(&net->ipv4.tfo_active_disable_times, 0); in tcp_sk_init()
/kernel/linux/linux-5.10/include/net/netns/
H A Dipv4.h185 atomic_t tfo_active_disable_times; member
/kernel/linux/linux-6.6/include/net/netns/
H A Dipv4.h184 atomic_t tfo_active_disable_times; member

Completed in 14 milliseconds