Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dtcp_cache.c73 th_mptcp_heuristic_disabled:1; /* Are heuristics disabled? */ member
810 tpheur->th_mptcp_heuristic_disabled = 1; in tcp_heuristic_reset_counters()
951 tpheur->th_mptcp_heuristic_disabled == 0) { in tcp_heuristic_inc_counters()
1207 tpheur->th_mptcp_heuristic_disabled == 1) { in tcp_heuristic_do_mptcp()
1218 if (tpheur->th_mptcp_heuristic_disabled) { in tcp_heuristic_do_mptcp()
1222 tpheur->th_mptcp_heuristic_disabled = 0; in tcp_heuristic_do_mptcp()
1622 heur_data.th_mptcp_heuristic_disabled = tpheur->th_mptcp_heuristic_disabled;
H A Dtcp_cache.h78 th_mptcp_heuristic_disabled:1; /* Are heuristics disabled? */ member
/xnu-12377.1.9/tests/
H A Dtcp_cache_test.c187 T_LOG(" th_mptcp_heuristic_disabled: %u", entry->th_mptcp_heuristic_disabled);