Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/netinet/
H A Dtcp_cache.c80 uint32_t th_mptcp_backoff; /* Time until when we should not try out MPTCP */ member
748 tpheur->th_mptcp_backoff = tcp_now; 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()
997 tpheur->th_mptcp_backoff = tcp_now + in tcp_heuristic_inc_counters()
1003 __func__, tpheur->th_mptcp_backoff, tcp_now, in tcp_heuristic_inc_counters()
1297 if (TSTMP_GT(tpheur->th_mptcp_backoff, tcp_now)) { in tcp_heuristic_do_mptcp()
1307 if (TSTMP_GT(tcp_now, tpheur->th_mptcp_backoff)) { in tcp_heuristic_do_mptcp()