Home
last modified time | relevance | path

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

/linux-6.6.21/net/mac80211/
Dmesh_pathtbl.c73 return (mpath->flags & MESH_PATH_ACTIVE) && in mpath_expired()
251 mpath->flags &= ~MESH_PATH_ACTIVE; in mpath_lookup()
294 mpath->flags &= ~MESH_PATH_ACTIVE; in __mesh_path_lookup_by_idx()
439 if (!(entry->mpath->flags & MESH_PATH_ACTIVE) || in mesh_fast_tx_get()
766 mpath->flags & MESH_PATH_ACTIVE && in mesh_plink_broken()
769 mpath->flags &= ~MESH_PATH_ACTIVE; in mesh_plink_broken()
933 if (mpath->flags & MESH_PATH_ACTIVE) in mesh_path_tx_pending()
960 if (gate->flags & MESH_PATH_ACTIVE) { in mesh_path_send_to_gates()
Dmesh_hwmp.c453 else if ((mpath->flags & MESH_PATH_ACTIVE) && in hwmp_route_info_get()
464 } else if (!(mpath->flags & MESH_PATH_ACTIVE)) { in hwmp_route_info_get()
532 ((mpath->flags & MESH_PATH_ACTIVE) && in hwmp_route_info_get()
640 (mpath->flags & MESH_PATH_ACTIVE)) { in hwmp_preq_frame_process()
743 if (!(mpath->flags & MESH_PATH_ACTIVE)) { in hwmp_prep_frame_process()
800 if (mpath->flags & MESH_PATH_ACTIVE && in hwmp_perr_frame_process()
805 mpath->flags &= ~MESH_PATH_ACTIVE; in hwmp_perr_frame_process()
882 if ((!(mpath->flags & (MESH_PATH_ACTIVE | MESH_PATH_RESOLVING)) || in hwmp_rann_frame_process()
1265 if (!mpath || !(mpath->flags & MESH_PATH_ACTIVE)) in mesh_nexthop_lookup()
Dmesh.h38 MESH_PATH_ACTIVE = BIT(0), enumerator
379 mpath->flags |= MESH_PATH_ACTIVE | MESH_PATH_RESOLVED; in mesh_path_activate()
Dcfg.c2335 if (mpath->flags & MESH_PATH_ACTIVE) in mpath_set_pinfo()
Dtx.c2689 !(mpath->flags & (MESH_PATH_ACTIVE | in ieee80211_build_hdr()