Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/mac80211/
H A 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()
H A Dmesh.h23 * @MESH_PATH_SN_VALID: the mesh path contains a valid destination sequence
39 MESH_PATH_SN_VALID = BIT(2), enumerator
H A Dmesh_pathtbl.c761 mpath->flags = MESH_PATH_FIXED | MESH_PATH_SN_VALID; in mesh_path_fix_nexthop()
H A Dcfg.c1958 if (mpath->flags & MESH_PATH_SN_VALID) in mpath_set_pinfo()
/kernel/linux/linux-6.6/net/mac80211/
H A Dmesh_hwmp.c454 (mpath->flags & MESH_PATH_SN_VALID)) { in hwmp_route_info_get()
467 have_sn = mpath->flags & MESH_PATH_SN_VALID; in hwmp_route_info_get()
500 mpath->flags |= MESH_PATH_SN_VALID; in hwmp_route_info_get()
635 if ((!(mpath->flags & MESH_PATH_SN_VALID)) || in hwmp_preq_frame_process()
638 mpath->flags |= MESH_PATH_SN_VALID; in hwmp_preq_frame_process()
803 (!(mpath->flags & MESH_PATH_SN_VALID) || in hwmp_perr_frame_process()
H A Dmesh.h24 * @MESH_PATH_SN_VALID: the mesh path contains a valid destination sequence
40 MESH_PATH_SN_VALID = BIT(2), enumerator
H A Dmesh_pathtbl.c1027 mpath->flags = MESH_PATH_FIXED | MESH_PATH_SN_VALID; in mesh_path_fix_nexthop()
H A Dcfg.c2339 if (mpath->flags & MESH_PATH_SN_VALID) in mpath_set_pinfo()

Completed in 17 milliseconds