Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet/
H A Dtcp_cache.c75 …uint8_t th_ecn_droprst; /* The number of times ECN connections received a RST after first … member
1005 tpheur->th_ecn_droprst < TCP_CACHE_OVERFLOW_PROTECT && in tcp_heuristic_inc_counters()
1007 tpheur->th_ecn_droprst++; in tcp_heuristic_inc_counters()
1008 if (tpheur->th_ecn_droprst >= ECN_MAX_DROPRST) { in tcp_heuristic_inc_counters()
1014 (tpheur->th_ecn_droprst - ECN_MAX_DROPRST)); in tcp_heuristic_inc_counters()
1347 if (tpheur->th_ecn_droprst >= ECN_RETRY_LIMIT) { in tcp_heuristic_do_ecn_common()
1348 tpheur->th_ecn_droprst = 0; in tcp_heuristic_do_ecn_common()