Home
last modified time | relevance | path

Searched refs:tfo_da_times (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_fastopen.c535 int tfo_da_times; in tcp_fastopen_active_should_disable() local
541 tfo_da_times = atomic_read(&sock_net(sk)->ipv4.tfo_active_disable_times); in tcp_fastopen_active_should_disable()
542 if (!tfo_da_times) in tcp_fastopen_active_should_disable()
549 multiplier = 1 << min(tfo_da_times - 1, 6); in tcp_fastopen_active_should_disable()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_fastopen.c519 int tfo_da_times; in tcp_fastopen_active_should_disable() local
525 tfo_da_times = atomic_read(&sock_net(sk)->ipv4.tfo_active_disable_times); in tcp_fastopen_active_should_disable()
526 if (!tfo_da_times) in tcp_fastopen_active_should_disable()
533 multiplier = 1 << min(tfo_da_times - 1, 6); in tcp_fastopen_active_should_disable()

Completed in 3 milliseconds