Home
last modified time | relevance | path

Searched refs:MESH_PATH_FIXED (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/net/mac80211/
Dmesh_pathtbl.c28 !(mpath->flags & MESH_PATH_FIXED))
466 !(mpath->flags & MESH_PATH_FIXED)) { in mesh_plink_broken()
658 mpath->flags |= MESH_PATH_FIXED; in mesh_path_fix_nexthop()
729 (!(mpath->flags & MESH_PATH_FIXED)) && in mesh_path_expire()
Dmesh.h42 MESH_PATH_FIXED = BIT(3), enumerator
Dmesh_hwmp.c388 if (mpath->flags & MESH_PATH_FIXED) in hwmp_route_info_get()
437 if ((mpath->flags & MESH_PATH_FIXED) || in hwmp_route_info_get()
944 !(mpath->flags & MESH_PATH_FIXED)) { in mesh_nexthop_lookup()
Dcfg.c954 if (mpath->flags & MESH_PATH_FIXED) in mpath_set_pinfo()