Searched refs:path_metric (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | mesh_hwmp.c | 913 u32 path_metric; in mesh_rx_path_sel_frame() local 936 path_metric = hwmp_route_info_get(sdata, mgmt, elems.preq, in mesh_rx_path_sel_frame() 938 if (path_metric) in mesh_rx_path_sel_frame() 940 path_metric); in mesh_rx_path_sel_frame() 946 path_metric = hwmp_route_info_get(sdata, mgmt, elems.prep, in mesh_rx_path_sel_frame() 948 if (path_metric) in mesh_rx_path_sel_frame() 950 path_metric); in mesh_rx_path_sel_frame()
|
H A D | cfg.c | 2102 ifmsh->mesh_pm_id = setup->path_metric; in copy_mesh_setup()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | mesh_hwmp.c | 927 u32 path_metric; in mesh_rx_path_sel_frame() local 952 path_metric = hwmp_route_info_get(sdata, mgmt, elems->preq, in mesh_rx_path_sel_frame() 954 if (path_metric) in mesh_rx_path_sel_frame() 956 path_metric); in mesh_rx_path_sel_frame() 962 path_metric = hwmp_route_info_get(sdata, mgmt, elems->prep, in mesh_rx_path_sel_frame() 964 if (path_metric) in mesh_rx_path_sel_frame() 966 path_metric); in mesh_rx_path_sel_frame()
|
H A D | cfg.c | 2483 ifmsh->mesh_pm_id = setup->path_metric; in copy_mesh_setup()
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | mesh.c | 88 .path_metric = IEEE80211_PATH_METRIC_AIRTIME,
|
H A D | nl80211.c | 7440 setup->path_metric = in nl80211_parse_mesh_setup()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | mesh.c | 92 .path_metric = IEEE80211_PATH_METRIC_AIRTIME,
|
H A D | nl80211.c | 8471 setup->path_metric = in nl80211_parse_mesh_setup()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | cfg80211.h | 1994 * @path_metric: which metric to use 2020 u8 path_metric; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | cfg80211.h | 2340 * @path_metric: which metric to use 2366 u8 path_metric; member
|
Completed in 77 milliseconds