Searched refs:target_sn (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/net/mac80211/ |
D | mesh_hwmp.c | 103 u32 target_sn, const u8 *da, in mesh_path_sel_frame_tx() argument 163 put_unaligned_le32(target_sn, pos); in mesh_path_sel_frame_tx() 184 put_unaligned_le32(target_sn, pos); in mesh_path_sel_frame_tx() 235 u8 ttl, const u8 *target, u32 target_sn, in mesh_path_error_tx() argument 283 put_unaligned_le32(target_sn, pos); in mesh_path_error_tx() 582 u32 orig_sn, target_sn, lifetime, target_metric = 0; in hwmp_preq_frame_process() local 590 target_sn = PREQ_IE_TARGET_SN(preq_elem); in hwmp_preq_frame_process() 605 if (SN_GT(target_sn, ifmsh->sn)) in hwmp_preq_frame_process() 606 ifmsh->sn = target_sn; in hwmp_preq_frame_process() 614 target_sn = ifmsh->sn; in hwmp_preq_frame_process() [all …]
|
D | mesh.h | 320 u8 ttl, const u8 *target, u32 target_sn,
|