Searched refs:th_ecn_synrst (Results 1 – 3 of 3) sorted by relevance
64 …uint8_t th_ecn_synrst; /* number of times RST was received in response to an ECN enabled … member799 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;
69 …uint8_t th_ecn_synrst; /* number of times RST was received in response to an ECN enabled … member
175 T_LOG(" th_ecn_synrst: %u", entry->th_ecn_synrst);