Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/netinet/
H A Dtcp_cache.c75 …uint8_t th_ecn_droprxmt; /* The number of times ECN connection is dropped after multiple r… member
1027 tpheur->th_ecn_droprxmt < TCP_CACHE_OVERFLOW_PROTECT && in tcp_heuristic_inc_counters()
1029 tpheur->th_ecn_droprxmt++; in tcp_heuristic_inc_counters()
1030 if (tpheur->th_ecn_droprxmt >= ECN_MAX_DROPRXMT) { in tcp_heuristic_inc_counters()
1036 (tpheur->th_ecn_droprxmt - ECN_MAX_DROPRXMT)); in tcp_heuristic_inc_counters()
1354 if (tpheur->th_ecn_droprxmt >= ECN_RETRY_LIMIT) { in tcp_heuristic_do_ecn_common()
1355 tpheur->th_ecn_droprxmt = 0; in tcp_heuristic_do_ecn_common()