Home
last modified time | relevance | path

Searched refs:MESH_PATH_ACTIVE (Results 1 – 4 of 4) sorted by relevance

/net/mac80211/
Dmesh_pathtbl.c25 #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()
Dmesh_hwmp.c320 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()
Dmesh.h39 MESH_PATH_ACTIVE = BIT(0), enumerator
290 mpath->flags |= MESH_PATH_ACTIVE | MESH_PATH_RESOLVED; in mesh_path_activate()
Dcfg.c929 if (mpath->flags & MESH_PATH_ACTIVE) in mpath_set_pinfo()