Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dtcp_cache.h77 th_mptcp_in_backoff:1, /* Are we avoiding MPTCP due to the backoff timer? */ member
H A Dtcp_cache.c72 th_mptcp_in_backoff:1, /* Are we avoiding MPTCP due to the backoff timer? */ member
961 tpheur->th_mptcp_in_backoff = 1; in tcp_heuristic_inc_counters()
1206 if (tpheur->th_mptcp_in_backoff == 0 || in tcp_heuristic_do_mptcp()
1215 tpheur->th_mptcp_in_backoff = 0; in tcp_heuristic_do_mptcp()
1621 heur_data.th_mptcp_in_backoff = tpheur->th_mptcp_in_backoff;
/xnu-12377.1.9/tests/
H A Dtcp_cache_test.c186 T_LOG(" th_mptcp_in_backoff: %u", entry->th_mptcp_in_backoff);