Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_cache.c61 uint8_t th_ecn_loss; /* The number of times a SYN+ecn was likely dropped */ member
797 tpheur->th_ecn_loss = 0; in tcp_heuristic_reset_counters()
970 tpheur->th_ecn_loss < TCP_CACHE_OVERFLOW_PROTECT && in tcp_heuristic_inc_counters()
972 tpheur->th_ecn_loss++; in tcp_heuristic_inc_counters()
973 if (tpheur->th_ecn_loss >= ECN_MAX_SYN_LOSS) { in tcp_heuristic_inc_counters()
978 (tpheur->th_ecn_loss - ECN_MAX_SYN_LOSS)); in tcp_heuristic_inc_counters()