Lines Matching refs:orig_metric
394 u32 orig_sn, orig_metric; in hwmp_route_info_get() local
416 orig_metric = PREQ_IE_METRIC(hwmp_ie); in hwmp_route_info_get()
428 orig_metric = PREP_IE_METRIC(hwmp_ie); in hwmp_route_info_get()
435 new_metric = orig_metric + last_hop_metric; in hwmp_route_info_get()
436 if (new_metric < orig_metric) in hwmp_route_info_get()
566 const u8 *preq_elem, u32 orig_metric) in hwmp_preq_frame_process() argument
682 orig_metric, preq_id, sdata); in hwmp_preq_frame_process()
824 u32 orig_sn, new_metric, orig_metric, last_hop_metric, interval; in hwmp_rann_frame_process() local
835 orig_metric = le32_to_cpu(rann->rann_metric); in hwmp_rann_frame_process()
853 new_metric = orig_metric + last_hop_metric; in hwmp_rann_frame_process()
854 if (new_metric < orig_metric) in hwmp_rann_frame_process()