Home
last modified time | relevance | path

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

/Linux-v5.4/net/mac80211/
Dmesh_pathtbl.c39 !(mpath->flags & MESH_PATH_FIXED); in mpath_expired()
498 !(mpath->flags & MESH_PATH_FIXED)) { in mesh_plink_broken()
753 mpath->flags = MESH_PATH_FIXED | MESH_PATH_SN_VALID; in mesh_path_fix_nexthop()
800 (!(mpath->flags & MESH_PATH_FIXED)) && in mesh_path_tbl_expire()
Dmesh_hwmp.c442 if (mpath->flags & MESH_PATH_FIXED) in hwmp_route_info_get()
518 if ((mpath->flags & MESH_PATH_FIXED) || in hwmp_route_info_get()
785 !(mpath->flags & MESH_PATH_FIXED) && in hwmp_perr_frame_process()
869 !(mpath->flags & MESH_PATH_FIXED) && (ttl != 0)) { in hwmp_rann_frame_process()
1055 if (mpath->flags & (MESH_PATH_DELETED | MESH_PATH_FIXED)) { in mesh_path_start_discovery()
1194 !(mpath->flags & MESH_PATH_FIXED)) in mesh_nexthop_lookup()
Dmesh.h40 MESH_PATH_FIXED = BIT(3), enumerator
Dcfg.c1828 if (mpath->flags & MESH_PATH_FIXED) in mpath_set_pinfo()