Home
last modified time | relevance | path

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

/linux-4.4.14/net/mac80211/
Dmesh_pathtbl.c29 return (mpath->flags & MESH_PATH_ACTIVE) && in mpath_expired()
349 mpath->flags &= ~MESH_PATH_ACTIVE; in mpath_lookup()
403 node->mpath->flags &= ~MESH_PATH_ACTIVE; in mesh_path_lookup_by_idx()
764 mpath->flags & MESH_PATH_ACTIVE && in mesh_plink_broken()
767 mpath->flags &= ~MESH_PATH_ACTIVE; in mesh_plink_broken()
928 if (mpath->flags & MESH_PATH_ACTIVE) in mesh_path_tx_pending()
964 if (gate->mpath->flags & MESH_PATH_ACTIVE) { in mesh_path_send_to_gates()
Dmesh_hwmp.c429 else if ((mpath->flags & MESH_PATH_ACTIVE) && in hwmp_route_info_get()
437 } else if (!(mpath->flags & MESH_PATH_ACTIVE)) { in hwmp_route_info_get()
495 ((mpath->flags & MESH_PATH_ACTIVE) && in hwmp_route_info_get()
587 (mpath->flags & MESH_PATH_ACTIVE)) { in hwmp_preq_frame_process()
690 if (!(mpath->flags & MESH_PATH_ACTIVE)) { in hwmp_prep_frame_process()
747 if (mpath->flags & MESH_PATH_ACTIVE && in hwmp_perr_frame_process()
751 mpath->flags &= ~MESH_PATH_ACTIVE; in hwmp_perr_frame_process()
825 if ((!(mpath->flags & (MESH_PATH_ACTIVE | MESH_PATH_RESOLVING)) || in hwmp_rann_frame_process()
1148 if (!mpath || !(mpath->flags & MESH_PATH_ACTIVE)) in mesh_nexthop_lookup()
Dmesh.h40 MESH_PATH_ACTIVE = BIT(0), enumerator
357 mpath->flags |= MESH_PATH_ACTIVE | MESH_PATH_RESOLVED; in mesh_path_activate()
Dtx.c2097 !(mpath->flags & (MESH_PATH_ACTIVE | in ieee80211_build_hdr()
Dcfg.c1500 if (mpath->flags & MESH_PATH_ACTIVE) in mpath_set_pinfo()