Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/ipv4/
A Dtcp_fastopen.c517 int tfo_da_times; in tcp_fastopen_active_should_disable() local
523 tfo_da_times = atomic_read(&sock_net(sk)->ipv4.tfo_active_disable_times); in tcp_fastopen_active_should_disable()
524 if (!tfo_da_times) in tcp_fastopen_active_should_disable()
531 multiplier = 1 << min(tfo_da_times - 1, 6); in tcp_fastopen_active_should_disable()

Completed in 4 milliseconds