Searched defs:last_hop_metric (Results 1 - 1 of 1) sorted by relevance

/net/mac80211/
H A Dmesh_hwmp.c385 u32 last_hop_metric, new_metric; local
395 last_hop_metric = airtime_link_metric_get(local, sta);
421 new_metric = orig_metric + last_hop_metric;
485 (last_hop_metric > mpath->metric)))
498 mpath->metric = last_hop_metric;
866 u32 last_hop_metric; local
889 last_hop_metric = hwmp_route_info_get(sdata, mgmt, elems.preq,
891 if (last_hop_metric)
893 last_hop_metric);
899 last_hop_metric
[all...]

Completed in 67 milliseconds