Searched refs:best_conn (Results 1 – 1 of 1) sorted by relevance
772 const Connection* best_conn = selected_connection_; in PruneConnections() local779 best_conn = best_connection_by_network[conn->network()]; in PruneConnections()783 if (best_conn && conn != best_conn && !best_conn->weak() && in PruneConnections()784 CompareConnectionCandidates(best_conn, conn) >= 0) { in PruneConnections()