Lines Matching refs:target_sn

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()
623 target_sn = ++ifmsh->sn; in hwmp_preq_frame_process()
636 SN_LT(mpath->sn, target_sn)) { in hwmp_preq_frame_process()
637 mpath->sn = target_sn; in hwmp_preq_frame_process()
643 target_sn = mpath->sn; in hwmp_preq_frame_process()
658 target_sn, mgmt->sa, 0, ttl, in hwmp_preq_frame_process()
685 target_sn = PREQ_IE_TARGET_SN(preq_elem); in hwmp_preq_frame_process()
690 target_sn, da, hopcount, ttl, lifetime, in hwmp_preq_frame_process()
718 u32 target_sn, orig_sn, lifetime; in hwmp_prep_frame_process() local
754 target_sn = PREP_IE_TARGET_SN(prep_elem); in hwmp_prep_frame_process()
758 target_addr, target_sn, next_hop, hopcount, in hwmp_prep_frame_process()
779 u32 target_sn; in hwmp_perr_frame_process() local
790 target_sn = PERR_IE_TARGET_SN(perr_elem); in hwmp_perr_frame_process()
804 SN_GT(target_sn, mpath->sn) || target_sn == 0)) { in hwmp_perr_frame_process()
806 if (target_sn != 0) in hwmp_perr_frame_process()
807 mpath->sn = target_sn; in hwmp_perr_frame_process()
814 target_sn, target_rcode, in hwmp_perr_frame_process()