Searched refs:orig_metric (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | mesh_hwmp.c | 389 u32 orig_sn, orig_metric; in hwmp_route_info_get() local 411 orig_metric = PREQ_IE_METRIC(hwmp_ie); in hwmp_route_info_get() 423 orig_metric = PREP_IE_METRIC(hwmp_ie); in hwmp_route_info_get() 430 new_metric = orig_metric + last_hop_metric; in hwmp_route_info_get() 431 if (new_metric < orig_metric) in hwmp_route_info_get() 561 const u8 *preq_elem, u32 orig_metric) in hwmp_preq_frame_process() 677 orig_metric, preq_id, sdata); in hwmp_preq_frame_process() 819 u32 orig_sn, new_metric, orig_metric, last_hop_metric, interval; in hwmp_rann_frame_process() local 830 orig_metric = le32_to_cpu(rann->rann_metric); in hwmp_rann_frame_process() 848 new_metric = orig_metric in hwmp_rann_frame_process() 559 hwmp_preq_frame_process(struct ieee80211_sub_if_data *sdata, struct ieee80211_mgmt *mgmt, const u8 *preq_elem, u32 orig_metric) hwmp_preq_frame_process() argument [all...] |
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | mesh_hwmp.c | 394 u32 orig_sn, orig_metric; in hwmp_route_info_get() local 417 orig_metric = PREQ_IE_METRIC(hwmp_ie); in hwmp_route_info_get() 429 orig_metric = PREP_IE_METRIC(hwmp_ie); in hwmp_route_info_get() 436 new_metric = orig_metric + last_hop_metric; in hwmp_route_info_get() 437 if (new_metric < orig_metric) in hwmp_route_info_get() 575 const u8 *preq_elem, u32 orig_metric) in hwmp_preq_frame_process() 691 orig_metric, preq_id, sdata); in hwmp_preq_frame_process() 833 u32 orig_sn, new_metric, orig_metric, last_hop_metric, interval; in hwmp_rann_frame_process() local 844 orig_metric = le32_to_cpu(rann->rann_metric); in hwmp_rann_frame_process() 862 new_metric = orig_metric in hwmp_rann_frame_process() 573 hwmp_preq_frame_process(struct ieee80211_sub_if_data *sdata, struct ieee80211_mgmt *mgmt, const u8 *preq_elem, u32 orig_metric) hwmp_preq_frame_process() argument [all...] |
Completed in 5 milliseconds