Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet/
H A Dtcp_cache.c74 uint8_t th_ecn_aggressive; /* The number of times we did an aggressive fallback */ member
1189 (tcp_min_to_hz(tcp_ecn_timeout) << (tpheur->th_ecn_aggressive)); in tcp_heuristic_ecn_aggressive_common()
1195 if (tpheur->th_ecn_aggressive < TCP_CACHE_OVERFLOW_PROTECT) { in tcp_heuristic_ecn_aggressive_common()
1196 tpheur->th_ecn_aggressive++; in tcp_heuristic_ecn_aggressive_common()