Lines Matching refs:tcp_ecn_timeout
163 static uint32_t tcp_ecn_timeout = 60; variable
166 &tcp_ecn_timeout, 60, "Initial minutes to wait before re-trying ECN");
749 tpheur->th_tfo_backoff = tcp_min_to_hz(tcp_ecn_timeout); in tcp_getheuristic_with_lock()
834 tpheur->th_mptcp_backoff = tcp_now + tcp_min_to_hz(tcp_ecn_timeout * 12); in tcp_heuristic_reset_counters()
893 tpheur->th_tfo_backoff = tcp_min_to_hz(tcp_ecn_timeout); in __tcp_heuristic_tfo_middlebox_common()
903 tpheur->th_tfo_backoff = tcp_min_to_hz(tcp_ecn_timeout); in __tcp_heuristic_tfo_middlebox_common()
979 (tcp_min_to_hz(tcp_ecn_timeout) << in tcp_heuristic_inc_counters()
998 (tcp_min_to_hz(tcp_ecn_timeout) << in tcp_heuristic_inc_counters()
1017 (tcp_min_to_hz(tcp_ecn_timeout) << in tcp_heuristic_inc_counters()
1035 (tcp_min_to_hz(tcp_ecn_timeout) << in tcp_heuristic_inc_counters()
1051 (tcp_min_to_hz(tcp_ecn_timeout) << in tcp_heuristic_inc_counters()
1193 (tcp_min_to_hz(tcp_ecn_timeout) << (tpheur->th_ecn_aggressive)); in tcp_heuristic_ecn_aggressive_common()