Home
last modified time | relevance | path

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

/Linux-v4.19/net/mac80211/
Dmesh_pathtbl.c40 return (mpath->flags & MESH_PATH_ACTIVE) && in mpath_expired()
222 mpath->flags &= ~MESH_PATH_ACTIVE; in mpath_lookup()
278 mpath->flags &= ~MESH_PATH_ACTIVE; in __mesh_path_lookup_by_idx()
521 mpath->flags & MESH_PATH_ACTIVE && in mesh_plink_broken()
524 mpath->flags &= ~MESH_PATH_ACTIVE; in mesh_plink_broken()
721 if (mpath->flags & MESH_PATH_ACTIVE) in mesh_path_tx_pending()
748 if (gate->flags & MESH_PATH_ACTIVE) { in mesh_path_send_to_gates()
Dmesh_hwmp.c440 else if ((mpath->flags & MESH_PATH_ACTIVE) && in hwmp_route_info_get()
448 } else if (!(mpath->flags & MESH_PATH_ACTIVE)) { in hwmp_route_info_get()
509 ((mpath->flags & MESH_PATH_ACTIVE) && in hwmp_route_info_get()
608 (mpath->flags & MESH_PATH_ACTIVE)) { in hwmp_preq_frame_process()
711 if (!(mpath->flags & MESH_PATH_ACTIVE)) { in hwmp_prep_frame_process()
768 if (mpath->flags & MESH_PATH_ACTIVE && in hwmp_perr_frame_process()
773 mpath->flags &= ~MESH_PATH_ACTIVE; in hwmp_perr_frame_process()
850 if ((!(mpath->flags & (MESH_PATH_ACTIVE | MESH_PATH_RESOLVING)) || in hwmp_rann_frame_process()
1177 if (!mpath || !(mpath->flags & MESH_PATH_ACTIVE)) in mesh_nexthop_lookup()
Dmesh.h40 MESH_PATH_ACTIVE = BIT(0), enumerator
337 mpath->flags |= MESH_PATH_ACTIVE | MESH_PATH_RESOLVED; in mesh_path_activate()
Dcfg.c1739 if (mpath->flags & MESH_PATH_ACTIVE) in mpath_set_pinfo()
Dtx.c2504 !(mpath->flags & (MESH_PATH_ACTIVE | in ieee80211_build_hdr()