Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/netinet/
H A Dtcp_cache.c161 static uint32_t tcp_ecn_timeout = 60; variable
164 &tcp_ecn_timeout, 60, "Initial minutes to wait before re-trying ECN");
744 tpheur->th_tfo_backoff = tcp_min_to_hz(tcp_ecn_timeout); in tcp_getheuristic_with_lock()
829 tpheur->th_mptcp_backoff = tcp_now + tcp_min_to_hz(tcp_ecn_timeout * 12); in tcp_heuristic_reset_counters()
888 tpheur->th_tfo_backoff = tcp_min_to_hz(tcp_ecn_timeout); in __tcp_heuristic_tfo_middlebox_common()
898 tpheur->th_tfo_backoff = tcp_min_to_hz(tcp_ecn_timeout); in __tcp_heuristic_tfo_middlebox_common()
974 (tcp_min_to_hz(tcp_ecn_timeout) << in tcp_heuristic_inc_counters()
993 (tcp_min_to_hz(tcp_ecn_timeout) << in tcp_heuristic_inc_counters()
1012 (tcp_min_to_hz(tcp_ecn_timeout) << in tcp_heuristic_inc_counters()
1030 (tcp_min_to_hz(tcp_ecn_timeout) << in tcp_heuristic_inc_counters()
[all …]