Lines Matching refs:target_sn
103 u32 target_sn, const u8 *da,
163 put_unaligned_le32(target_sn, pos);
184 put_unaligned_le32(target_sn, pos);
225 * @target_sn: SN of the broken destination
235 u8 ttl, const u8 *target, u32 target_sn,
283 put_unaligned_le32(target_sn, pos);
582 u32 orig_sn, target_sn, lifetime, target_metric = 0;
590 target_sn = PREQ_IE_TARGET_SN(preq_elem);
605 if (SN_GT(target_sn, ifmsh->sn))
606 ifmsh->sn = target_sn;
614 target_sn = ifmsh->sn;
623 target_sn = ++ifmsh->sn;
636 SN_LT(mpath->sn, target_sn)) {
637 mpath->sn = target_sn;
643 target_sn = mpath->sn;
658 target_sn, mgmt->sa, 0, ttl,
685 target_sn = PREQ_IE_TARGET_SN(preq_elem);
690 target_sn, da, hopcount, ttl, lifetime,
718 u32 target_sn, orig_sn, lifetime;
754 target_sn = PREP_IE_TARGET_SN(prep_elem);
758 target_addr, target_sn, next_hop, hopcount,
779 u32 target_sn;
790 target_sn = PERR_IE_TARGET_SN(perr_elem);
804 SN_GT(target_sn, mpath->sn) || target_sn == 0)) {
806 if (target_sn != 0)
807 mpath->sn = target_sn;
814 target_sn, target_rcode,