Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/mac80211/
Dmesh_hwmp.c448 (mpath->flags & MESH_PATH_SN_VALID)) { in hwmp_route_info_get()
461 have_sn = mpath->flags & MESH_PATH_SN_VALID; in hwmp_route_info_get()
492 mpath->flags |= MESH_PATH_SN_VALID; in hwmp_route_info_get()
621 if ((!(mpath->flags & MESH_PATH_SN_VALID)) || in hwmp_preq_frame_process()
624 mpath->flags |= MESH_PATH_SN_VALID; in hwmp_preq_frame_process()
789 (!(mpath->flags & MESH_PATH_SN_VALID) || in hwmp_perr_frame_process()
Dmesh.h39 MESH_PATH_SN_VALID = BIT(2), enumerator
Dmesh_pathtbl.c756 mpath->flags = MESH_PATH_FIXED | MESH_PATH_SN_VALID; in mesh_path_fix_nexthop()
Dcfg.c1956 if (mpath->flags & MESH_PATH_SN_VALID) in mpath_set_pinfo()