Searched refs:th_mptcp_success (Results 1 – 3 of 3) sorted by relevance
60 uint8_t th_mptcp_success; /* The number of times MPTCP-negotiation has been successful */ member805 if (tpheur->th_mptcp_success < MPTCP_SUCCESS_TRIGGER) { in tcp_heuristic_reset_counters()806 tpheur->th_mptcp_success++; in tcp_heuristic_reset_counters()808 if (tpheur->th_mptcp_success == MPTCP_SUCCESS_TRIGGER) { in tcp_heuristic_reset_counters()1223 tpheur->th_mptcp_success = 0; in tcp_heuristic_do_mptcp()1612 heur_data.th_mptcp_success = tpheur->th_mptcp_success;
67 uint8_t th_mptcp_success; /* The number of times MPTCP-negotiation has been successful */ member
171 T_LOG(" th_mptcp_success: %u", entry->th_mptcp_success);