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

/net/mac80211/
H A Dmesh.h26 * @MESH_PATH_ACTIVE: the mesh path can be used for forwarding
40 MESH_PATH_ACTIVE = BIT(0), enumerator in enum:mesh_path_flags
350 mpath->flags |= MESH_PATH_ACTIVE | MESH_PATH_RESOLVED;
H A Dmesh_pathtbl.c29 return (mpath->flags & MESH_PATH_ACTIVE) &&
348 mpath->flags &= ~MESH_PATH_ACTIVE;
402 node->mpath->flags &= ~MESH_PATH_ACTIVE;
733 mpath->flags & MESH_PATH_ACTIVE &&
736 mpath->flags &= ~MESH_PATH_ACTIVE;
897 if (mpath->flags & MESH_PATH_ACTIVE)
933 if (gate->mpath->flags & MESH_PATH_ACTIVE) {
H A Dmesh_hwmp.c436 else if ((mpath->flags & MESH_PATH_ACTIVE) &&
482 ((mpath->flags & MESH_PATH_ACTIVE) &&
575 (mpath->flags & MESH_PATH_ACTIVE)) {
680 if (!(mpath->flags & MESH_PATH_ACTIVE)) {
737 if (mpath->flags & MESH_PATH_ACTIVE &&
741 mpath->flags &= ~MESH_PATH_ACTIVE;
812 if ((!(mpath->flags & (MESH_PATH_ACTIVE | MESH_PATH_RESOLVING)) ||
1135 if (!mpath || !(mpath->flags & MESH_PATH_ACTIVE))
H A Dtx.c1899 !(mpath->flags & (MESH_PATH_ACTIVE |
H A Dcfg.c1465 if (mpath->flags & MESH_PATH_ACTIVE)

Completed in 106 milliseconds