Home
last modified time | relevance | path

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

/linux-3.4.99/net/mac80211/
Dmesh_hwmp.c384 u32 last_hop_metric, new_metric; in hwmp_route_info_get() local
394 last_hop_metric = airtime_link_metric_get(local, sta); in hwmp_route_info_get()
420 new_metric = orig_metric + last_hop_metric; in hwmp_route_info_get()
485 (last_hop_metric > mpath->metric))) in hwmp_route_info_get()
499 mpath->metric = last_hop_metric; in hwmp_route_info_get()
810 u32 last_hop_metric; in mesh_rx_path_sel_frame() local
833 last_hop_metric = hwmp_route_info_get(sdata, mgmt, elems.preq, in mesh_rx_path_sel_frame()
835 if (last_hop_metric) in mesh_rx_path_sel_frame()
837 last_hop_metric); in mesh_rx_path_sel_frame()
843 last_hop_metric = hwmp_route_info_get(sdata, mgmt, elems.prep, in mesh_rx_path_sel_frame()
[all …]