Searched refs:MESH_PATH_ACTIVE (Results 1 – 3 of 3) sorted by relevance
74 return (mpath->flags & MESH_PATH_ACTIVE) && in mpath_expired() 252 mpath->flags &= ~MESH_PATH_ACTIVE; in mpath_lookup() 295 mpath->flags &= ~MESH_PATH_ACTIVE; in __mesh_path_lookup_by_idx() 445 if (!(entry->mpath->flags & MESH_PATH_ACTIVE) || in mesh_fast_tx_get() 780 mpath->flags & MESH_PATH_ACTIVE && in mesh_plink_broken() 783 mpath->flags &= ~MESH_PATH_ACTIVE; in mesh_plink_broken() 946 if (mpath->flags & MESH_PATH_ACTIVE) in mesh_path_tx_pending() 975 if (gate->flags & MESH_PATH_ACTIVE) { in mesh_path_send_to_gates()
22 * @MESH_PATH_ACTIVE: the mesh path can be used for forwarding38 MESH_PATH_ACTIVE = BIT(0), enumerator 410 mpath->flags |= MESH_PATH_ACTIVE | MESH_PATH_RESOLVED; in mesh_path_activate()
2700 !(mpath->flags & (MESH_PATH_ACTIVE | in ieee80211_build_hdr()