Home
last modified time | relevance | path

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

/net/mac80211/
Dmesh_pathtbl.c29 return (mpath->flags & MESH_PATH_ACTIVE) && in mpath_expired()
348 mpath->flags &= ~MESH_PATH_ACTIVE; in mpath_lookup()
402 node->mpath->flags &= ~MESH_PATH_ACTIVE; in mesh_path_lookup_by_idx()
733 mpath->flags & MESH_PATH_ACTIVE && in mesh_plink_broken()
736 mpath->flags &= ~MESH_PATH_ACTIVE; in mesh_plink_broken()
897 if (mpath->flags & MESH_PATH_ACTIVE) in mesh_path_tx_pending()
933 if (gate->mpath->flags & MESH_PATH_ACTIVE) { in mesh_path_send_to_gates()
Dmesh_hwmp.c436 else if ((mpath->flags & MESH_PATH_ACTIVE) && in hwmp_route_info_get()
482 ((mpath->flags & MESH_PATH_ACTIVE) && in hwmp_route_info_get()
575 (mpath->flags & MESH_PATH_ACTIVE)) { in hwmp_preq_frame_process()
680 if (!(mpath->flags & MESH_PATH_ACTIVE)) { in hwmp_prep_frame_process()
737 if (mpath->flags & MESH_PATH_ACTIVE && in hwmp_perr_frame_process()
741 mpath->flags &= ~MESH_PATH_ACTIVE; in hwmp_perr_frame_process()
815 if ((!(mpath->flags & (MESH_PATH_ACTIVE | MESH_PATH_RESOLVING)) || in hwmp_rann_frame_process()
1138 if (!mpath || !(mpath->flags & MESH_PATH_ACTIVE)) in mesh_nexthop_lookup()
Dmesh.h40 MESH_PATH_ACTIVE = BIT(0), enumerator
350 mpath->flags |= MESH_PATH_ACTIVE | MESH_PATH_RESOLVED; in mesh_path_activate()
Dtx.c1897 !(mpath->flags & (MESH_PATH_ACTIVE | in ieee80211_subif_start_xmit()
Dcfg.c1465 if (mpath->flags & MESH_PATH_ACTIVE) in mpath_set_pinfo()