Lines Matching refs:orig_sn

102 				  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()
374 u32 orig_sn, orig_metric; in hwmp_route_info_get() local
393 orig_sn = PREQ_IE_ORIG_SN(hwmp_ie); in hwmp_route_info_get()
404 orig_sn = PREP_IE_TARGET_SN(hwmp_ie); in hwmp_route_info_get()
431 if (SN_GT(mpath->sn, orig_sn) || in hwmp_route_info_get()
432 (mpath->sn == orig_sn && in hwmp_route_info_get()
441 newer_sn = have_sn && SN_GT(orig_sn, mpath->sn); in hwmp_route_info_get()
443 (SN_DELTA(orig_sn, mpath->sn) > in hwmp_route_info_get()
471 mpath->sn = orig_sn; in hwmp_route_info_get()
533 u32 orig_sn, target_sn, lifetime, target_metric; in hwmp_preq_frame_process() local
542 orig_sn = PREQ_IE_ORIG_SN(preq_elem); in hwmp_preq_frame_process()
604 orig_sn, 0, target_addr, in hwmp_preq_frame_process()
636 orig_sn, target_flags, target_addr, in hwmp_preq_frame_process()
665 u32 target_sn, orig_sn, lifetime; in hwmp_prep_frame_process() local
702 orig_sn = PREP_IE_ORIG_SN(prep_elem); in hwmp_prep_frame_process()
704 mesh_path_sel_frame_tx(MPATH_PREP, flags, orig_addr, orig_sn, 0, in hwmp_prep_frame_process()
779 u32 orig_sn, metric, metric_txsta, interval; in hwmp_rann_frame_process() local
786 orig_sn = le32_to_cpu(rann->rann_seq); in hwmp_rann_frame_process()
819 if (!(SN_LT(mpath->sn, orig_sn)) && in hwmp_rann_frame_process()
820 !(mpath->sn == orig_sn && metric < mpath->rann_metric)) { in hwmp_rann_frame_process()
837 mpath->sn = orig_sn; in hwmp_rann_frame_process()
856 orig_sn, 0, NULL, 0, broadcast_addr, in hwmp_rann_frame_process()