Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dtcp_cache.c59 uint8_t th_mptcp_loss; /* The number of times a SYN+MP_CAPABLE has been lost */ member
804 tpheur->th_mptcp_loss = 0; in tcp_heuristic_reset_counters()
950 tpheur->th_mptcp_loss < TCP_CACHE_OVERFLOW_PROTECT && in tcp_heuristic_inc_counters()
952 tpheur->th_mptcp_loss++; in tcp_heuristic_inc_counters()
953 if (tpheur->th_mptcp_loss >= MPTCP_MAX_SYN_LOSS) { in tcp_heuristic_inc_counters()
960 (tpheur->th_mptcp_loss - MPTCP_MAX_SYN_LOSS)); in tcp_heuristic_inc_counters()
1611 heur_data.th_mptcp_loss = tpheur->th_mptcp_loss;
H A Dtcp_cache.h66 uint8_t th_mptcp_loss; /* The number of times a SYN+MP_CAPABLE has been lost */ member
/xnu-12377.1.9/tests/
H A Dtcp_cache_test.c170 T_LOG(" th_mptcp_loss: %u", entry->th_mptcp_loss);