Home
last modified time | relevance | path

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

/openbmc/linux/net/mac80211/
H A Dmesh_hwmp.c41 #define PREQ_IE_HOPCOUNT(x) (*(x + 1)) macro
54 #define PREP_IE_HOPCOUNT(x) PREQ_IE_HOPCOUNT(x)
418 hopcount = PREQ_IE_HOPCOUNT(hwmp_ie) + 1; in hwmp_route_info_get()
679 hopcount = PREQ_IE_HOPCOUNT(preq_elem) + 1; in hwmp_preq_frame_process()