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);
568 u32 orig_sn, target_sn, lifetime, target_metric = 0;
576 target_sn = PREQ_IE_TARGET_SN(preq_elem);
591 if (SN_GT(target_sn, ifmsh->sn))
592 ifmsh->sn = target_sn;
600 target_sn = ifmsh->sn;
609 target_sn = ++ifmsh->sn;
622 SN_LT(mpath->sn, target_sn)) {
623 mpath->sn = target_sn;
629 target_sn = mpath->sn;
644 target_sn, mgmt->sa, 0, ttl,
671 target_sn = PREQ_IE_TARGET_SN(preq_elem);
676 target_sn, da, hopcount, ttl, lifetime,
704 u32 target_sn, orig_sn, lifetime;
740 target_sn = PREP_IE_TARGET_SN(prep_elem);
744 target_addr, target_sn, next_hop, hopcount,
765 u32 target_sn;
776 target_sn = PERR_IE_TARGET_SN(perr_elem);
790 SN_GT(target_sn, mpath->sn) || target_sn == 0)) {
792 if (target_sn != 0)
793 mpath->sn = target_sn;
800 target_sn, target_rcode,