Home
last modified time | relevance | path

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

/linux-4.1.27/net/mac80211/
Dmesh_hwmp.c383 u32 last_hop_metric, new_metric; in hwmp_route_info_get() local
393 last_hop_metric = airtime_link_metric_get(local, sta); in hwmp_route_info_get()
419 new_metric = orig_metric + last_hop_metric; in hwmp_route_info_get()
483 (last_hop_metric > mpath->metric))) in hwmp_route_info_get()
496 mpath->metric = last_hop_metric; in hwmp_route_info_get()
857 u32 last_hop_metric; in mesh_rx_path_sel_frame() local
880 last_hop_metric = hwmp_route_info_get(sdata, mgmt, elems.preq, in mesh_rx_path_sel_frame()
882 if (last_hop_metric) in mesh_rx_path_sel_frame()
884 last_hop_metric); in mesh_rx_path_sel_frame()
890 last_hop_metric = hwmp_route_info_get(sdata, mgmt, elems.prep, in mesh_rx_path_sel_frame()
[all …]