Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dtcp_cache.c68 uint32_t th_mptcp_backoff; /* Time until when we should not try out MPTCP */ member
728 tpheur->th_mptcp_backoff = tcp_now; in tcp_getheuristic_with_lock()
812 tpheur->th_mptcp_backoff = tcp_now + tcp_min_to_hz(tcp_ecn_timeout * 12); in tcp_heuristic_reset_counters()
958 tpheur->th_mptcp_backoff = tcp_now + in tcp_heuristic_inc_counters()
964 __func__, tpheur->th_mptcp_backoff, tcp_now, in tcp_heuristic_inc_counters()
1211 if (TSTMP_GT(tpheur->th_mptcp_backoff, tcp_now)) { in tcp_heuristic_do_mptcp()
1221 if (TSTMP_GT(tcp_now, tpheur->th_mptcp_backoff)) { in tcp_heuristic_do_mptcp()
1618 heur_data.th_mptcp_backoff = tpheur->th_mptcp_backoff;
H A Dtcp_cache.h73 uint32_t th_mptcp_backoff; /* Time until when we should not try out MPTCP */ member
/xnu-12377.1.9/tests/
H A Dtcp_cache_test.c181 T_LOG(" th_mptcp_backoff: %u", entry->th_mptcp_backoff);