Searched refs:CONN_MGR_IF_READY (Results 1 – 3 of 3) sorted by relevance
31 #define CONN_MGR_IF_READY BIT(13) macro
86 iface_states[idx] &= ~CONN_MGR_IF_READY; in conn_mgr_mon_set_ready()91 iface_states[idx] |= CONN_MGR_IF_READY; in conn_mgr_mon_set_ready()133 was_l4_ready = iface_states[idx] & CONN_MGR_IF_READY; in conn_mgr_mon_handle_update()
405 connected = state & CONN_MGR_IF_READY; in cm_iface_status()