Searched refs:th_mptcp_loss (Results 1 – 3 of 3) sorted by relevance
59 uint8_t th_mptcp_loss; /* The number of times a SYN+MP_CAPABLE has been lost */ member804 tpheur->th_mptcp_loss = 0; in tcp_heuristic_reset_counters()950 tpheur->th_mptcp_loss < TCP_CACHE_OVERFLOW_PROTECT && in tcp_heuristic_inc_counters()952 tpheur->th_mptcp_loss++; in tcp_heuristic_inc_counters()953 if (tpheur->th_mptcp_loss >= MPTCP_MAX_SYN_LOSS) { in tcp_heuristic_inc_counters()960 (tpheur->th_mptcp_loss - MPTCP_MAX_SYN_LOSS)); in tcp_heuristic_inc_counters()1611 heur_data.th_mptcp_loss = tpheur->th_mptcp_loss;
66 uint8_t th_mptcp_loss; /* The number of times a SYN+MP_CAPABLE has been lost */ member
170 T_LOG(" th_mptcp_loss: %u", entry->th_mptcp_loss);