Searched refs:orig_metric (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/mac80211/
H A Dmesh_hwmp.c396 u32 orig_sn, orig_metric; local
419 orig_metric = PREQ_IE_METRIC(hwmp_ie);
431 orig_metric = PREP_IE_METRIC(hwmp_ie);
438 new_metric = orig_metric + last_hop_metric;
439 if (new_metric < orig_metric)
577 const u8 *preq_elem, u32 orig_metric)
693 orig_metric, preq_id, sdata);
835 u32 orig_sn, new_metric, orig_metric, last_hop_metric, interval; local
846 orig_metric = le32_to_cpu(rann->rann_metric);
864 new_metric = orig_metric
575 hwmp_preq_frame_process(struct ieee80211_sub_if_data *sdata, struct ieee80211_mgmt *mgmt, const u8 *preq_elem, u32 orig_metric) argument
[all...]

Completed in 110 milliseconds