Home
last modified time | relevance | path

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

/net/mac80211/
Dmesh_pathtbl.c37 return (mpath->flags & MESH_PATH_ACTIVE) && in mpath_expired()
217 mpath->flags &= ~MESH_PATH_ACTIVE; in mpath_lookup()
260 mpath->flags &= ~MESH_PATH_ACTIVE; in __mesh_path_lookup_by_idx()
493 mpath->flags & MESH_PATH_ACTIVE && in mesh_plink_broken()
496 mpath->flags &= ~MESH_PATH_ACTIVE; in mesh_plink_broken()
656 if (mpath->flags & MESH_PATH_ACTIVE) in mesh_path_tx_pending()
683 if (gate->flags & MESH_PATH_ACTIVE) { in mesh_path_send_to_gates()
Dmesh_hwmp.c447 else if ((mpath->flags & MESH_PATH_ACTIVE) && in hwmp_route_info_get()
458 } else if (!(mpath->flags & MESH_PATH_ACTIVE)) { in hwmp_route_info_get()
522 ((mpath->flags & MESH_PATH_ACTIVE) && in hwmp_route_info_get()
626 (mpath->flags & MESH_PATH_ACTIVE)) { in hwmp_preq_frame_process()
729 if (!(mpath->flags & MESH_PATH_ACTIVE)) { in hwmp_prep_frame_process()
786 if (mpath->flags & MESH_PATH_ACTIVE && in hwmp_perr_frame_process()
791 mpath->flags &= ~MESH_PATH_ACTIVE; in hwmp_perr_frame_process()
868 if ((!(mpath->flags & (MESH_PATH_ACTIVE | MESH_PATH_RESOLVING)) || in hwmp_rann_frame_process()
1197 if (!mpath || !(mpath->flags & MESH_PATH_ACTIVE)) in mesh_nexthop_lookup()
Dmesh.h37 MESH_PATH_ACTIVE = BIT(0), enumerator
331 mpath->flags |= MESH_PATH_ACTIVE | MESH_PATH_RESOLVED; in mesh_path_activate()
Dcfg.c1824 if (mpath->flags & MESH_PATH_ACTIVE) in mpath_set_pinfo()
Dtx.c2577 !(mpath->flags & (MESH_PATH_ACTIVE | in ieee80211_build_hdr()