Home
last modified time | relevance | path

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

/linux-5.19.10/net/mac80211/
Dmesh_hwmp.c101 const u8 *orig_addr, u32 orig_sn, in mesh_path_sel_frame_tx() argument
172 put_unaligned_le32(orig_sn, pos); in mesh_path_sel_frame_tx()
189 put_unaligned_le32(orig_sn, pos); in mesh_path_sel_frame_tx()
389 u32 orig_sn, orig_metric; in hwmp_route_info_get() local
409 orig_sn = PREQ_IE_ORIG_SN(hwmp_ie); in hwmp_route_info_get()
421 orig_sn = PREP_IE_TARGET_SN(hwmp_ie); in hwmp_route_info_get()
449 if (SN_GT(mpath->sn, orig_sn) || in hwmp_route_info_get()
450 (mpath->sn == orig_sn && in hwmp_route_info_get()
462 newer_sn = have_sn && SN_GT(orig_sn, mpath->sn); in hwmp_route_info_get()
464 (SN_DELTA(orig_sn, mpath->sn) > in hwmp_route_info_get()
[all …]