Home
last modified time | relevance | path

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

/net/mac80211/
A Dmesh_pathtbl.c74 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()
A Dmesh_hwmp.c461 else if ((mpath->flags & MESH_PATH_ACTIVE) && in hwmp_route_info_get()
472 } else if (!(mpath->flags & MESH_PATH_ACTIVE)) { in hwmp_route_info_get()
540 ((mpath->flags & MESH_PATH_ACTIVE) && in hwmp_route_info_get()
648 (mpath->flags & MESH_PATH_ACTIVE)) { in hwmp_preq_frame_process()
753 if (!(mpath->flags & MESH_PATH_ACTIVE)) { in hwmp_prep_frame_process()
810 if (mpath->flags & MESH_PATH_ACTIVE && in hwmp_perr_frame_process()
815 mpath->flags &= ~MESH_PATH_ACTIVE; in hwmp_perr_frame_process()
892 if ((!(mpath->flags & (MESH_PATH_ACTIVE | MESH_PATH_RESOLVING)) || in hwmp_rann_frame_process()
1275 if (!mpath || !(mpath->flags & MESH_PATH_ACTIVE)) in mesh_nexthop_lookup()
A Dmesh.h38 MESH_PATH_ACTIVE = BIT(0), enumerator
410 mpath->flags |= MESH_PATH_ACTIVE | MESH_PATH_RESOLVED; in mesh_path_activate()
A Dcfg.c2505 if (mpath->flags & MESH_PATH_ACTIVE) in mpath_set_pinfo()
A Dtx.c2700 !(mpath->flags & (MESH_PATH_ACTIVE | in ieee80211_build_hdr()

Completed in 31 milliseconds