Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet/
H A Dtcp_cache.c72 uint8_t th_mptcp_success; /* The number of times MPTCP-negotiation has been successful */ member
823 if (tpheur->th_mptcp_success < MPTCP_SUCCESS_TRIGGER) { in tcp_heuristic_reset_counters()
824 tpheur->th_mptcp_success++; in tcp_heuristic_reset_counters()
826 if (tpheur->th_mptcp_success == MPTCP_SUCCESS_TRIGGER) { in tcp_heuristic_reset_counters()
1305 tpheur->th_mptcp_success = 0; in tcp_heuristic_do_mptcp()