Searched refs:th_tfo_req_rst (Results 1 – 1 of 1) sorted by relevance
69 uint8_t th_tfo_req_rst; /* The number of times a SYN+cookie-req has received a RST */ member804 if (tpheur->th_tfo_req_rst >= TFO_MAX_COOKIE_LOSS) { in tcp_heuristic_reset_counters()806 __func__, tpheur->th_tfo_req_rst, (unsigned long)VM_KERNEL_ADDRPERM(tpheur)); in tcp_heuristic_reset_counters()808 tpheur->th_tfo_req_rst = 0; in tcp_heuristic_reset_counters()958 if ((flags & TCPCACHE_F_TFO_REQ_RST) && tpheur->th_tfo_req_rst < TCP_CACHE_OVERFLOW_PROTECT) { in tcp_heuristic_inc_counters()959 tpheur->th_tfo_req_rst++; in tcp_heuristic_inc_counters()961 if (tpheur->th_tfo_req_rst >= TFO_MAX_COOKIE_LOSS) { in tcp_heuristic_inc_counters()