Searched refs:MESH_PATH_ACTIVE (Results 1 – 4 of 4) sorted by relevance
25 #define MPATH_EXPIRED(mpath) ((mpath->flags & MESH_PATH_ACTIVE) && \89 mpath->flags &= ~MESH_PATH_ACTIVE; in mesh_path_lookup()116 mpath->flags &= ~MESH_PATH_ACTIVE; in mpp_path_lookup()149 node->mpath->flags &= ~MESH_PATH_ACTIVE; in mesh_path_lookup_by_idx()364 mpath->flags & MESH_PATH_ACTIVE && in mesh_plink_broken()366 mpath->flags &= ~MESH_PATH_ACTIVE; in mesh_plink_broken()484 (mpath->flags & MESH_PATH_ACTIVE)) in mesh_path_tx_pending()533 (mpath->flags & MESH_PATH_ACTIVE)) in mesh_path_flush_pending()
320 else if ((mpath->flags & MESH_PATH_ACTIVE) && in hwmp_route_info_get()368 ((mpath->flags & MESH_PATH_ACTIVE) && in hwmp_route_info_get()436 (mpath->flags & MESH_PATH_ACTIVE)) { in hwmp_preq_frame_process()520 if (!(mpath->flags & MESH_PATH_ACTIVE)) { in hwmp_prep_frame_process()563 if (mpath->flags & MESH_PATH_ACTIVE && in hwmp_perr_frame_process()567 mpath->flags &= ~MESH_PATH_ACTIVE; in hwmp_perr_frame_process()795 if (mpath->flags & MESH_PATH_ACTIVE) { in mesh_nexthop_lookup()
39 MESH_PATH_ACTIVE = BIT(0), enumerator290 mpath->flags |= MESH_PATH_ACTIVE | MESH_PATH_RESOLVED; in mesh_path_activate()
929 if (mpath->flags & MESH_PATH_ACTIVE) in mpath_set_pinfo()