Searched refs:orig_sn (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/net/mac80211/ |
| H A D | mesh_hwmp.c | 101 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() 402 u32 orig_sn, orig_metric; in hwmp_route_info_get() local 423 orig_sn = PREQ_IE_ORIG_SN(hwmp_ie); in hwmp_route_info_get() 463 if (SN_GT(mpath->sn, orig_sn) || in hwmp_route_info_get() 464 (mpath->sn == orig_sn && in hwmp_route_info_get() 510 mpath->sn = orig_sn; in hwmp_route_info_get() 665 orig_sn, 0, target_addr, in hwmp_preq_frame_process() 726 u32 target_sn, orig_sn, lifetime; in hwmp_prep_frame_process() local [all …]
|