Searched refs:th_tfo_data_rst (Results 1 – 1 of 1) sorted by relevance
68 uint8_t th_tfo_data_rst; /* The number of times a SYN+data has received a RST */ member796 if (tpheur->th_tfo_data_rst >= TFO_MAX_COOKIE_LOSS) { in tcp_heuristic_reset_counters()798 __func__, tpheur->th_tfo_data_rst, (unsigned long)VM_KERNEL_ADDRPERM(tpheur)); in tcp_heuristic_reset_counters()800 tpheur->th_tfo_data_rst = 0; in tcp_heuristic_reset_counters()950 if ((flags & TCPCACHE_F_TFO_DATA_RST) && tpheur->th_tfo_data_rst < TCP_CACHE_OVERFLOW_PROTECT) { in tcp_heuristic_inc_counters()951 tpheur->th_tfo_data_rst++; in tcp_heuristic_inc_counters()953 if (tpheur->th_tfo_data_rst >= TFO_MAX_COOKIE_LOSS) { in tcp_heuristic_inc_counters()