Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet/
H A Dtcp_cache.c77 …uint8_t th_ecn_synrst; /* number of times RST was received in response to an ECN enabled … member
813 if (tpheur->th_ecn_loss >= ECN_MAX_SYN_LOSS || tpheur->th_ecn_synrst >= ECN_MAX_SYNRST) { in tcp_heuristic_reset_counters()
815 … __func__, tpheur->th_ecn_loss, tpheur->th_ecn_synrst, (unsigned long)VM_KERNEL_ADDRPERM(tpheur)); in tcp_heuristic_reset_counters()
818 tpheur->th_ecn_synrst = 0; in tcp_heuristic_reset_counters()
1040 tpheur->th_ecn_synrst < TCP_CACHE_OVERFLOW_PROTECT) { in tcp_heuristic_inc_counters()
1041 tpheur->th_ecn_synrst++; in tcp_heuristic_inc_counters()
1042 if (tpheur->th_ecn_synrst >= ECN_MAX_SYNRST) { in tcp_heuristic_inc_counters()
1048 (tpheur->th_ecn_synrst - ECN_MAX_SYNRST)); in tcp_heuristic_inc_counters()
1353 if (tpheur->th_ecn_synrst >= ECN_RETRY_LIMIT) { in tcp_heuristic_do_ecn_common()
1354 tpheur->th_ecn_synrst = 0; in tcp_heuristic_do_ecn_common()