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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/mac80211/
H A Dmesh_pathtbl.c26 #define MPATH_EXPIRED(mpath) ((mpath->flags & MESH_PATH_ACTIVE) && \
173 mpath->flags &= ~MESH_PATH_ACTIVE;
200 mpath->flags &= ~MESH_PATH_ACTIVE;
233 node->mpath->flags &= ~MESH_PATH_ACTIVE;
465 mpath->flags & MESH_PATH_ACTIVE &&
467 mpath->flags &= ~MESH_PATH_ACTIVE;
584 if (mpath->flags & MESH_PATH_ACTIVE)
637 (mpath->flags & MESH_PATH_ACTIVE))
H A Dmesh.h27 * @MESH_PATH_ACTIVE: the mesh path can be used for forwarding
39 MESH_PATH_ACTIVE = BIT(0), enumerator in enum:mesh_path_flags
318 mpath->flags |= MESH_PATH_ACTIVE | MESH_PATH_RESOLVED;
H A Dmesh_hwmp.c390 else if ((mpath->flags & MESH_PATH_ACTIVE) &&
438 ((mpath->flags & MESH_PATH_ACTIVE) &&
510 (mpath->flags & MESH_PATH_ACTIVE)) {
599 if (!(mpath->flags & MESH_PATH_ACTIVE)) {
656 if (mpath->flags & MESH_PATH_ACTIVE &&
660 mpath->flags &= ~MESH_PATH_ACTIVE;
938 if (mpath->flags & MESH_PATH_ACTIVE) {
H A Dcfg.c933 if (mpath->flags & MESH_PATH_ACTIVE)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/mac80211/
H A Dmesh_pathtbl.c26 #define MPATH_EXPIRED(mpath) ((mpath->flags & MESH_PATH_ACTIVE) && \
173 mpath->flags &= ~MESH_PATH_ACTIVE;
200 mpath->flags &= ~MESH_PATH_ACTIVE;
233 node->mpath->flags &= ~MESH_PATH_ACTIVE;
465 mpath->flags & MESH_PATH_ACTIVE &&
467 mpath->flags &= ~MESH_PATH_ACTIVE;
584 if (mpath->flags & MESH_PATH_ACTIVE)
637 (mpath->flags & MESH_PATH_ACTIVE))
H A Dmesh.h27 * @MESH_PATH_ACTIVE: the mesh path can be used for forwarding
39 MESH_PATH_ACTIVE = BIT(0), enumerator in enum:mesh_path_flags
318 mpath->flags |= MESH_PATH_ACTIVE | MESH_PATH_RESOLVED;
H A Dmesh_hwmp.c390 else if ((mpath->flags & MESH_PATH_ACTIVE) &&
438 ((mpath->flags & MESH_PATH_ACTIVE) &&
510 (mpath->flags & MESH_PATH_ACTIVE)) {
599 if (!(mpath->flags & MESH_PATH_ACTIVE)) {
656 if (mpath->flags & MESH_PATH_ACTIVE &&
660 mpath->flags &= ~MESH_PATH_ACTIVE;
938 if (mpath->flags & MESH_PATH_ACTIVE) {
H A Dcfg.c933 if (mpath->flags & MESH_PATH_ACTIVE)

Completed in 185 milliseconds