Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/ !
H A Dtcp_cache.c62 uint8_t th_ecn_aggressive; /* The number of times we did an aggressive fallback */ member
798 tpheur->th_ecn_aggressive = 0; in tcp_heuristic_reset_counters()
983 tpheur->th_ecn_aggressive < TCP_CACHE_OVERFLOW_PROTECT && in tcp_heuristic_inc_counters()
985 tpheur->th_ecn_aggressive++; in tcp_heuristic_inc_counters()
986 if (tpheur->th_ecn_aggressive >= ECN_MAX_CE_AGGRESSIVE) { in tcp_heuristic_inc_counters()
991 (tpheur->th_ecn_aggressive - ECN_MAX_CE_AGGRESSIVE)); in tcp_heuristic_inc_counters()