Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/netinet/
H A Dtcp_cache.c73 uint8_t th_ecn_aggressive; /* The number of times we did an aggressive fallback */ member
1193 (tcp_min_to_hz(tcp_ecn_timeout) << (tpheur->th_ecn_aggressive)); in tcp_heuristic_ecn_aggressive_common()
1199 if (tpheur->th_ecn_aggressive < TCP_CACHE_OVERFLOW_PROTECT) { in tcp_heuristic_ecn_aggressive_common()
1200 tpheur->th_ecn_aggressive++; in tcp_heuristic_ecn_aggressive_common()