Home
last modified time | relevance | path

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

/linux-3.3/net/mac80211/
Dmesh_hwmp.c615 u8 *prep_elem, u32 metric) in hwmp_prep_frame_process() argument
623 mhwmp_dbg("received PREP from %pM", PREP_IE_ORIG_ADDR(prep_elem)); in hwmp_prep_frame_process()
625 orig_addr = PREP_IE_ORIG_ADDR(prep_elem); in hwmp_prep_frame_process()
630 ttl = PREP_IE_TTL(prep_elem); in hwmp_prep_frame_process()
649 flags = PREP_IE_FLAGS(prep_elem); in hwmp_prep_frame_process()
650 lifetime = PREP_IE_LIFETIME(prep_elem); in hwmp_prep_frame_process()
651 hopcount = PREP_IE_HOPCOUNT(prep_elem) + 1; in hwmp_prep_frame_process()
652 target_addr = PREP_IE_TARGET_ADDR(prep_elem); in hwmp_prep_frame_process()
653 target_sn = PREP_IE_TARGET_SN(prep_elem); in hwmp_prep_frame_process()
654 orig_sn = PREP_IE_ORIG_SN(prep_elem); in hwmp_prep_frame_process()