Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet/
H A Dtcp_cache.c71 uint8_t th_mptcp_loss; /* The number of times a SYN+MP_CAPABLE has been lost */ member
822 tpheur->th_mptcp_loss = 0; in tcp_heuristic_reset_counters()
985 tpheur->th_mptcp_loss < TCP_CACHE_OVERFLOW_PROTECT && in tcp_heuristic_inc_counters()
987 tpheur->th_mptcp_loss++; in tcp_heuristic_inc_counters()
988 if (tpheur->th_mptcp_loss >= MPTCP_MAX_SYN_LOSS) { in tcp_heuristic_inc_counters()
995 (tpheur->th_mptcp_loss - MPTCP_MAX_SYN_LOSS)); in tcp_heuristic_inc_counters()