Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dtcp_cache.c60 uint8_t th_mptcp_success; /* The number of times MPTCP-negotiation has been successful */ member
805 if (tpheur->th_mptcp_success < MPTCP_SUCCESS_TRIGGER) { in tcp_heuristic_reset_counters()
806 tpheur->th_mptcp_success++; in tcp_heuristic_reset_counters()
808 if (tpheur->th_mptcp_success == MPTCP_SUCCESS_TRIGGER) { in tcp_heuristic_reset_counters()
1223 tpheur->th_mptcp_success = 0; in tcp_heuristic_do_mptcp()
1612 heur_data.th_mptcp_success = tpheur->th_mptcp_success;
H A Dtcp_cache.h67 uint8_t th_mptcp_success; /* The number of times MPTCP-negotiation has been successful */ member
/xnu-12377.1.9/tests/
H A Dtcp_cache_test.c171 T_LOG(" th_mptcp_success: %u", entry->th_mptcp_success);