Searched refs:last_hop_metric (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | mesh_hwmp.c | 391 u32 last_hop_metric, new_metric; in hwmp_route_info_get() local 402 last_hop_metric = airtime_link_metric_get(local, sta); in hwmp_route_info_get() 430 new_metric = orig_metric + last_hop_metric; in hwmp_route_info_get() 524 mult_frac(last_hop_metric, 10, 9) : in hwmp_route_info_get() 525 last_hop_metric) > mpath->metric))) in hwmp_route_info_get() 540 mpath->metric = last_hop_metric; in hwmp_route_info_get() 819 u32 orig_sn, new_metric, orig_metric, last_hop_metric, interval; in hwmp_rann_frame_process() local 847 last_hop_metric = airtime_link_metric_get(local, sta); in hwmp_rann_frame_process() 848 new_metric = orig_metric + last_hop_metric; in hwmp_rann_frame_process()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | mesh_hwmp.c | 396 u32 last_hop_metric, new_metric; in hwmp_route_info_get() local 408 last_hop_metric = airtime_link_metric_get(local, sta); in hwmp_route_info_get() 436 new_metric = orig_metric + last_hop_metric; in hwmp_route_info_get() 534 mult_frac(last_hop_metric, 10, 9) : in hwmp_route_info_get() 535 last_hop_metric) > mpath->metric))) in hwmp_route_info_get() 552 mpath->metric = last_hop_metric; in hwmp_route_info_get() 833 u32 orig_sn, new_metric, orig_metric, last_hop_metric, interval; in hwmp_rann_frame_process() local 861 last_hop_metric = airtime_link_metric_get(local, sta); in hwmp_rann_frame_process() 862 new_metric = orig_metric + last_hop_metric; in hwmp_rann_frame_process()
|
Completed in 4 milliseconds