Lines Matching refs:orig_sn

103 				  const u8 *orig_addr, u32 orig_sn,  in mesh_path_sel_frame_tx()  argument
174 put_unaligned_le32(orig_sn, pos); in mesh_path_sel_frame_tx()
191 put_unaligned_le32(orig_sn, pos); in mesh_path_sel_frame_tx()
385 u32 orig_sn, orig_metric; in hwmp_route_info_get() local
404 orig_sn = PREQ_IE_ORIG_SN(hwmp_ie); in hwmp_route_info_get()
415 orig_sn = PREP_IE_TARGET_SN(hwmp_ie); in hwmp_route_info_get()
442 if (SN_GT(mpath->sn, orig_sn) || in hwmp_route_info_get()
443 (mpath->sn == orig_sn && in hwmp_route_info_get()
452 newer_sn = have_sn && SN_GT(orig_sn, mpath->sn); in hwmp_route_info_get()
454 (SN_DELTA(orig_sn, mpath->sn) > in hwmp_route_info_get()
482 mpath->sn = orig_sn; in hwmp_route_info_get()
550 u32 orig_sn, target_sn, lifetime, target_metric = 0; in hwmp_preq_frame_process() local
559 orig_sn = PREQ_IE_ORIG_SN(preq_elem); in hwmp_preq_frame_process()
625 orig_sn, 0, target_addr, in hwmp_preq_frame_process()
657 orig_sn, target_flags, target_addr, in hwmp_preq_frame_process()
686 u32 target_sn, orig_sn, lifetime; in hwmp_prep_frame_process() local
723 orig_sn = PREP_IE_ORIG_SN(prep_elem); in hwmp_prep_frame_process()
725 mesh_path_sel_frame_tx(MPATH_PREP, flags, orig_addr, orig_sn, 0, in hwmp_prep_frame_process()
801 u32 orig_sn, new_metric, orig_metric, last_hop_metric, interval; in hwmp_rann_frame_process() local
808 orig_sn = le32_to_cpu(rann->rann_seq); in hwmp_rann_frame_process()
844 if (!(SN_LT(mpath->sn, orig_sn)) && in hwmp_rann_frame_process()
845 !(mpath->sn == orig_sn && new_metric < mpath->rann_metric)) { in hwmp_rann_frame_process()
862 mpath->sn = orig_sn; in hwmp_rann_frame_process()
881 orig_sn, 0, NULL, 0, broadcast_addr, in hwmp_rann_frame_process()