Home
last modified time | relevance | path

Searched refs:hwmp_ie (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/mac80211/
H A Dmesh_hwmp.c387 const u8 *hwmp_ie, enum mpath_frame_type action) in hwmp_route_info_get() argument
414 orig_addr = PREQ_IE_ORIG_ADDR(hwmp_ie); in hwmp_route_info_get()
415 orig_sn = PREQ_IE_ORIG_SN(hwmp_ie); in hwmp_route_info_get()
416 orig_lifetime = PREQ_IE_LIFETIME(hwmp_ie); in hwmp_route_info_get()
417 orig_metric = PREQ_IE_METRIC(hwmp_ie); in hwmp_route_info_get()
418 hopcount = PREQ_IE_HOPCOUNT(hwmp_ie) + 1; in hwmp_route_info_get()
426 orig_addr = PREP_IE_TARGET_ADDR(hwmp_ie); in hwmp_route_info_get()
427 orig_sn = PREP_IE_TARGET_SN(hwmp_ie); in hwmp_route_info_get()
428 orig_lifetime = PREP_IE_LIFETIME(hwmp_ie); in hwmp_route_info_get()
429 orig_metric = PREP_IE_METRIC(hwmp_ie); in hwmp_route_info_get()
[all …]