Searched refs:th_mptcp_loss (Results 1 – 1 of 1) sorted by relevance
70 uint8_t th_mptcp_loss; /* The number of times a SYN+MP_CAPABLE has been lost */ member826 tpheur->th_mptcp_loss = 0; in tcp_heuristic_reset_counters()989 tpheur->th_mptcp_loss < TCP_CACHE_OVERFLOW_PROTECT && in tcp_heuristic_inc_counters()991 tpheur->th_mptcp_loss++; in tcp_heuristic_inc_counters()992 if (tpheur->th_mptcp_loss >= MPTCP_MAX_SYN_LOSS) { in tcp_heuristic_inc_counters()999 (tpheur->th_mptcp_loss - MPTCP_MAX_SYN_LOSS)); in tcp_heuristic_inc_counters()