Lines Matching refs:preq_elem
23 static inline u32 u32_field_get(const u8 *preq_elem, int offset, bool ae) in u32_field_get() argument
27 return get_unaligned_le32(preq_elem + offset); in u32_field_get()
30 static inline u16 u16_field_get(const u8 *preq_elem, int offset, bool ae) in u16_field_get() argument
34 return get_unaligned_le16(preq_elem + offset); in u16_field_get()
561 const u8 *preq_elem, u32 orig_metric) in hwmp_preq_frame_process() argument
574 target_addr = PREQ_IE_TARGET_ADDR(preq_elem); in hwmp_preq_frame_process()
575 orig_addr = PREQ_IE_ORIG_ADDR(preq_elem); in hwmp_preq_frame_process()
576 target_sn = PREQ_IE_TARGET_SN(preq_elem); in hwmp_preq_frame_process()
577 orig_sn = PREQ_IE_ORIG_SN(preq_elem); in hwmp_preq_frame_process()
578 target_flags = PREQ_IE_TARGET_F(preq_elem); in hwmp_preq_frame_process()
580 flags = PREQ_IE_FLAGS(preq_elem); in hwmp_preq_frame_process()
638 lifetime = PREQ_IE_LIFETIME(preq_elem); in hwmp_preq_frame_process()
656 ttl = PREQ_IE_TTL(preq_elem); in hwmp_preq_frame_process()
657 lifetime = PREQ_IE_LIFETIME(preq_elem); in hwmp_preq_frame_process()
664 preq_id = PREQ_IE_PREQ_ID(preq_elem); in hwmp_preq_frame_process()
665 hopcount = PREQ_IE_HOPCOUNT(preq_elem) + 1; in hwmp_preq_frame_process()
670 target_addr = PREQ_IE_TARGET_ADDR(preq_elem); in hwmp_preq_frame_process()
671 target_sn = PREQ_IE_TARGET_SN(preq_elem); in hwmp_preq_frame_process()