Home
last modified time | relevance | path

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

/linux-6.1.9/net/mac80211/
Dmesh_hwmp.c453 (mpath->flags & MESH_PATH_SN_VALID)) { in hwmp_route_info_get()
466 have_sn = mpath->flags & MESH_PATH_SN_VALID; in hwmp_route_info_get()
497 mpath->flags |= MESH_PATH_SN_VALID; in hwmp_route_info_get()
626 if ((!(mpath->flags & MESH_PATH_SN_VALID)) || in hwmp_preq_frame_process()
629 mpath->flags |= MESH_PATH_SN_VALID; in hwmp_preq_frame_process()
794 (!(mpath->flags & MESH_PATH_SN_VALID) || in hwmp_perr_frame_process()
Dmesh.h39 MESH_PATH_SN_VALID = BIT(2), enumerator
Dmesh_pathtbl.c748 mpath->flags = MESH_PATH_FIXED | MESH_PATH_SN_VALID; in mesh_path_fix_nexthop()
Dcfg.c2220 if (mpath->flags & MESH_PATH_SN_VALID) in mpath_set_pinfo()