Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dtcp_cache.c173 #define TFO_MAX_COOKIE_LOSS 2 macro
765 if (tpheur->th_tfo_data_loss >= TFO_MAX_COOKIE_LOSS) { in tcp_heuristic_reset_counters()
773 if (tpheur->th_tfo_req_loss >= TFO_MAX_COOKIE_LOSS) { in tcp_heuristic_reset_counters()
781 if (tpheur->th_tfo_data_rst >= TFO_MAX_COOKIE_LOSS) { in tcp_heuristic_reset_counters()
789 if (tpheur->th_tfo_req_rst >= TFO_MAX_COOKIE_LOSS) { in tcp_heuristic_reset_counters()
920 if (tpheur->th_tfo_data_loss >= TFO_MAX_COOKIE_LOSS) { in tcp_heuristic_inc_counters()
928 if (tpheur->th_tfo_req_loss >= TFO_MAX_COOKIE_LOSS) { in tcp_heuristic_inc_counters()
936 if (tpheur->th_tfo_data_rst >= TFO_MAX_COOKIE_LOSS) { in tcp_heuristic_inc_counters()
944 if (tpheur->th_tfo_req_rst >= TFO_MAX_COOKIE_LOSS) { in tcp_heuristic_inc_counters()