Home
last modified time | relevance | path

Searched refs:orig_metric (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/net/mac80211/
Dmesh_hwmp.c381 u32 orig_sn, orig_metric; in hwmp_route_info_get() local
402 orig_metric = PREQ_IE_METRIC(hwmp_ie); in hwmp_route_info_get()
413 orig_metric = PREP_IE_METRIC(hwmp_ie); in hwmp_route_info_get()
419 new_metric = orig_metric + last_hop_metric; in hwmp_route_info_get()
420 if (new_metric < orig_metric) in hwmp_route_info_get()
520 u32 orig_sn, target_sn, lifetime, orig_metric; in hwmp_preq_frame_process() local
531 orig_metric = metric; in hwmp_preq_frame_process()
622 metric = orig_metric; in hwmp_preq_frame_process()