Lines Matching refs:preq_elem
25 static inline u32 u32_field_get(const u8 *preq_elem, int offset, bool ae) in u32_field_get() argument
29 return get_unaligned_le32(preq_elem + offset); in u32_field_get()
32 static inline u16 u16_field_get(const u8 *preq_elem, int offset, bool ae) in u16_field_get() argument
36 return get_unaligned_le16(preq_elem + offset); in u16_field_get()
543 const u8 *preq_elem, u32 orig_metric) in hwmp_preq_frame_process() argument
556 target_addr = PREQ_IE_TARGET_ADDR(preq_elem); in hwmp_preq_frame_process()
557 orig_addr = PREQ_IE_ORIG_ADDR(preq_elem); in hwmp_preq_frame_process()
558 target_sn = PREQ_IE_TARGET_SN(preq_elem); in hwmp_preq_frame_process()
559 orig_sn = PREQ_IE_ORIG_SN(preq_elem); in hwmp_preq_frame_process()
560 target_flags = PREQ_IE_TARGET_F(preq_elem); in hwmp_preq_frame_process()
562 flags = PREQ_IE_FLAGS(preq_elem); in hwmp_preq_frame_process()
620 lifetime = PREQ_IE_LIFETIME(preq_elem); in hwmp_preq_frame_process()
638 ttl = PREQ_IE_TTL(preq_elem); in hwmp_preq_frame_process()
639 lifetime = PREQ_IE_LIFETIME(preq_elem); in hwmp_preq_frame_process()
646 preq_id = PREQ_IE_PREQ_ID(preq_elem); in hwmp_preq_frame_process()
647 hopcount = PREQ_IE_HOPCOUNT(preq_elem) + 1; in hwmp_preq_frame_process()
652 target_addr = PREQ_IE_TARGET_ADDR(preq_elem); in hwmp_preq_frame_process()
653 target_sn = PREQ_IE_TARGET_SN(preq_elem); in hwmp_preq_frame_process()