Searched refs:target_sn (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/net/mac80211/ |
D | mesh_hwmp.c | 107 u32 target_sn, const u8 *da, in mesh_path_sel_frame_tx() argument 168 put_unaligned_le32(target_sn, pos); in mesh_path_sel_frame_tx() 189 put_unaligned_le32(target_sn, pos); in mesh_path_sel_frame_tx() 240 u8 ttl, const u8 *target, u32 target_sn, in mesh_path_error_tx() argument 287 if (!target_sn) in mesh_path_error_tx() 294 put_unaligned_le32(target_sn, pos); in mesh_path_error_tx() 520 u32 orig_sn, target_sn, lifetime, orig_metric; in hwmp_preq_frame_process() local 528 target_sn = PREQ_IE_TARGET_SN(preq_elem); in hwmp_preq_frame_process() 549 target_sn = ifmsh->sn; in hwmp_preq_frame_process() 558 target_sn = ++ifmsh->sn; in hwmp_preq_frame_process() [all …]
|
D | mesh.h | 306 u8 ttl, const u8 *target, u32 target_sn,
|