Lines Matching defs:hwmp_ie
373 * @hwmp_ie: hwmp information element (PREP or PREQ)
387 const u8 *hwmp_ie, enum mpath_frame_type action)
414 orig_addr = PREQ_IE_ORIG_ADDR(hwmp_ie);
415 orig_sn = PREQ_IE_ORIG_SN(hwmp_ie);
416 orig_lifetime = PREQ_IE_LIFETIME(hwmp_ie);
417 orig_metric = PREQ_IE_METRIC(hwmp_ie);
418 hopcount = PREQ_IE_HOPCOUNT(hwmp_ie) + 1;
426 orig_addr = PREP_IE_TARGET_ADDR(hwmp_ie);
427 orig_sn = PREP_IE_TARGET_SN(hwmp_ie);
428 orig_lifetime = PREP_IE_LIFETIME(hwmp_ie);
429 orig_metric = PREP_IE_METRIC(hwmp_ie);
430 hopcount = PREP_IE_HOPCOUNT(hwmp_ie) + 1;