Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/ !
H A Dtcp_cache.c63 …uint8_t th_ecn_droprst; /* The number of times ECN connections received a RST after first … member
800 tpheur->th_ecn_droprst = 0; in tcp_heuristic_reset_counters()
996 tpheur->th_ecn_droprst < TCP_CACHE_OVERFLOW_PROTECT && in tcp_heuristic_inc_counters()
998 tpheur->th_ecn_droprst++; in tcp_heuristic_inc_counters()
999 if (tpheur->th_ecn_droprst >= ECN_MAX_DROPRST) { in tcp_heuristic_inc_counters()
1005 (tpheur->th_ecn_droprst - ECN_MAX_DROPRST)); in tcp_heuristic_inc_counters()
1265 if (tpheur->th_ecn_droprst >= ECN_RETRY_LIMIT) { in tcp_heuristic_do_ecn_common()
1266 tpheur->th_ecn_droprst = 0; in tcp_heuristic_do_ecn_common()
1613 heur_data.th_ecn_droprst = tpheur->th_ecn_droprst;
H A Dtcp_cache.h68 …uint8_t th_ecn_droprst; /* The number of times ECN connections received a RST after first … member
/xnu-12377.1.9/tests/ !
H A Dtcp_cache_test.c174 T_LOG(" th_ecn_droprst: %u", entry->th_ecn_droprst);