Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_cache.c64 …uint8_t th_ecn_synrst; /* number of times RST was received in response to an ECN enabled … member
799 tpheur->th_ecn_synrst = 0; in tcp_heuristic_reset_counters()
1010 tpheur->th_ecn_synrst < TCP_CACHE_OVERFLOW_PROTECT) { in tcp_heuristic_inc_counters()
1011 tpheur->th_ecn_synrst++; in tcp_heuristic_inc_counters()
1012 if (tpheur->th_ecn_synrst >= ECN_MAX_SYNRST) { in tcp_heuristic_inc_counters()
1018 (tpheur->th_ecn_synrst - ECN_MAX_SYNRST)); in tcp_heuristic_inc_counters()
1269 if (tpheur->th_ecn_synrst >= ECN_RETRY_LIMIT) { in tcp_heuristic_do_ecn_common()
1270 tpheur->th_ecn_synrst = 0; in tcp_heuristic_do_ecn_common()
1614 heur_data.th_ecn_synrst = tpheur->th_ecn_synrst;
H A Dtcp_cache.h69 …uint8_t th_ecn_synrst; /* number of times RST was received in response to an ECN enabled … member
/xnu-12377.61.12/tests/
H A Dtcp_cache_test.c175 T_LOG(" th_ecn_synrst: %u", entry->th_ecn_synrst);