Searched refs:th_tfo_req_loss (Results 1 – 1 of 1) sorted by relevance
68 uint8_t th_tfo_req_loss; /* The number of times a SYN+cookie-req has been lost */ member789 if (tpheur->th_tfo_req_loss >= TFO_MAX_COOKIE_LOSS) { in tcp_heuristic_reset_counters()791 __func__, tpheur->th_tfo_req_loss, (unsigned long)VM_KERNEL_ADDRPERM(tpheur)); in tcp_heuristic_reset_counters()793 tpheur->th_tfo_req_loss = 0; in tcp_heuristic_reset_counters()943 if ((flags & TCPCACHE_F_TFO_REQ) && tpheur->th_tfo_req_loss < TCP_CACHE_OVERFLOW_PROTECT) { in tcp_heuristic_inc_counters()944 tpheur->th_tfo_req_loss++; in tcp_heuristic_inc_counters()946 if (tpheur->th_tfo_req_loss >= TFO_MAX_COOKIE_LOSS) { in tcp_heuristic_inc_counters()