Lines Matching defs:target_sn
103 u32 target_sn, const u8 *da,
163 put_unaligned_le32(target_sn, pos);
184 put_unaligned_le32(target_sn, pos);
226 * @target_sn: SN of the broken destination
237 u8 ttl, const u8 *target, u32 target_sn,
285 put_unaligned_le32(target_sn, pos);
590 u32 orig_sn, target_sn, lifetime, target_metric = 0;
598 target_sn = PREQ_IE_TARGET_SN(preq_elem);
613 if (SN_GT(target_sn, ifmsh->sn))
614 ifmsh->sn = target_sn;
622 target_sn = ifmsh->sn;
631 target_sn = ++ifmsh->sn;
644 SN_LT(mpath->sn, target_sn)) {
645 mpath->sn = target_sn;
651 target_sn = mpath->sn;
668 target_sn, mgmt->sa, 0, ttl,
695 target_sn = PREQ_IE_TARGET_SN(preq_elem);
700 target_sn, da, hopcount, ttl, lifetime,
728 u32 target_sn, orig_sn, lifetime;
764 target_sn = PREP_IE_TARGET_SN(prep_elem);
768 target_addr, target_sn, next_hop, hopcount,
789 u32 target_sn;
800 target_sn = PERR_IE_TARGET_SN(perr_elem);
814 SN_GT(target_sn, mpath->sn) || target_sn == 0)) {
816 if (target_sn != 0)
817 mpath->sn = target_sn;
824 target_sn, target_rcode,