Searched refs:th_tfo_data_loss (Results 1 – 3 of 3) sorted by relevance
54 #define th_val_start th_tfo_data_loss55 uint8_t th_tfo_data_loss; /* The number of times a SYN+data has been lost */ member765 if (tpheur->th_tfo_data_loss >= TFO_MAX_COOKIE_LOSS) { in tcp_heuristic_reset_counters()767 __func__, tpheur->th_tfo_data_loss, (unsigned long)VM_KERNEL_ADDRPERM(tpheur)); in tcp_heuristic_reset_counters()769 tpheur->th_tfo_data_loss = 0; in tcp_heuristic_reset_counters()917 if ((flags & TCPCACHE_F_TFO_DATA) && tpheur->th_tfo_data_loss < TCP_CACHE_OVERFLOW_PROTECT) { in tcp_heuristic_inc_counters()918 tpheur->th_tfo_data_loss++; in tcp_heuristic_inc_counters()920 if (tpheur->th_tfo_data_loss >= TFO_MAX_COOKIE_LOSS) { in tcp_heuristic_inc_counters()1607 heur_data.th_tfo_data_loss = tpheur->th_tfo_data_loss;
62 uint8_t th_tfo_data_loss; /* The number of times a SYN+data has been lost */ member
162 T_LOG(" th_tfo_data_loss: %u", entry->th_tfo_data_loss);