Searched refs:state_cmp (Results 1 – 1 of 1) sorted by relevance
108 int state_cmp = CompareConnectionStates(a, b); in CompareConnections() local109 if (state_cmp != 0) { in CompareConnections()110 return state_cmp; in CompareConnections()163 int state_cmp = CompareConnectionStates(a_conn, b_conn); in ShouldSwitch() local164 if (state_cmp != 0) { in ShouldSwitch()165 return state_cmp < 0; in ShouldSwitch()