Lines Matching defs:orig_metric
394 u32 orig_sn, orig_metric;
417 orig_metric = PREQ_IE_METRIC(hwmp_ie);
429 orig_metric = PREP_IE_METRIC(hwmp_ie);
436 new_metric = orig_metric + last_hop_metric;
437 if (new_metric < orig_metric)
575 const u8 *preq_elem, u32 orig_metric)
691 orig_metric, preq_id, sdata);
833 u32 orig_sn, new_metric, orig_metric, last_hop_metric, interval;
844 orig_metric = le32_to_cpu(rann->rann_metric);
862 new_metric = orig_metric + last_hop_metric;
863 if (new_metric < orig_metric)