Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/
H A Dtcp_cache.c66 uint8_t th_tfo_data_loss; /* The number of times a SYN+data has been lost */ member
785 if (tpheur->th_tfo_data_loss >= TFO_MAX_COOKIE_LOSS) { in tcp_heuristic_reset_counters()
787 __func__, tpheur->th_tfo_data_loss, (unsigned long)VM_KERNEL_ADDRPERM(tpheur)); in tcp_heuristic_reset_counters()
789 tpheur->th_tfo_data_loss = 0; in tcp_heuristic_reset_counters()
939 if ((flags & TCPCACHE_F_TFO_DATA) && tpheur->th_tfo_data_loss < TCP_CACHE_OVERFLOW_PROTECT) { in tcp_heuristic_inc_counters()
940 tpheur->th_tfo_data_loss++; in tcp_heuristic_inc_counters()
942 if (tpheur->th_tfo_data_loss >= TFO_MAX_COOKIE_LOSS) { in tcp_heuristic_inc_counters()