Searched refs:active_disable_times (Results 1 – 1 of 1) sorted by relevance
34 atomic_t active_disable_times; member 103 atomic_set(&pernet->active_disable_times, 0); in mptcp_pernet_set_defaults() 179 atomic_set(&pernet->active_disable_times, 0); in proc_blackhole_detect_timeout() 439 /* Disable active MPTCP and record current jiffies and active_disable_times */457 atomic_inc(&pernet->active_disable_times); in mptcp_active_disable() 481 disable_times = atomic_read(&pernet->active_disable_times); in mptcp_active_should_disable() 498 /* Enable active MPTCP and reset active_disable_times if needed */503 if (atomic_read(&pernet->active_disable_times)) { in mptcp_active_enable() 507 atomic_set(&pernet->active_disable_times, 0); in mptcp_active_enable()