Lines Matching defs:orig_metric
389 u32 orig_sn, orig_metric;
411 orig_metric = PREQ_IE_METRIC(hwmp_ie);
423 orig_metric = PREP_IE_METRIC(hwmp_ie);
430 new_metric = orig_metric + last_hop_metric;
431 if (new_metric < orig_metric)
561 const u8 *preq_elem, u32 orig_metric)
677 orig_metric, preq_id, sdata);
819 u32 orig_sn, new_metric, orig_metric, last_hop_metric, interval;
830 orig_metric = le32_to_cpu(rann->rann_metric);
848 new_metric = orig_metric + last_hop_metric;
849 if (new_metric < orig_metric)