Lines Matching refs:orig_sn
105 const u8 *orig_addr, u32 orig_sn, in mesh_path_sel_frame_tx() argument
177 put_unaligned_le32(orig_sn, pos); in mesh_path_sel_frame_tx()
194 put_unaligned_le32(orig_sn, pos); in mesh_path_sel_frame_tx()
381 u32 orig_sn, orig_metric; in hwmp_route_info_get() local
400 orig_sn = PREQ_IE_ORIG_SN(hwmp_ie); in hwmp_route_info_get()
411 orig_sn = PREP_IE_TARGET_SN(hwmp_ie); in hwmp_route_info_get()
438 if (SN_GT(mpath->sn, orig_sn) || in hwmp_route_info_get()
439 (mpath->sn == orig_sn && in hwmp_route_info_get()
458 mpath->sn = orig_sn; in hwmp_route_info_get()
520 u32 orig_sn, target_sn, lifetime, orig_metric; in hwmp_preq_frame_process() local
529 orig_sn = PREQ_IE_ORIG_SN(preq_elem); in hwmp_preq_frame_process()
594 orig_sn, 0, target_addr, in hwmp_preq_frame_process()
626 orig_sn, target_flags, target_addr, in hwmp_preq_frame_process()
655 u32 target_sn, orig_sn, lifetime; in hwmp_prep_frame_process() local
692 orig_sn = PREP_IE_ORIG_SN(prep_elem); in hwmp_prep_frame_process()
694 mesh_path_sel_frame_tx(MPATH_PREP, flags, orig_addr, orig_sn, 0, in hwmp_prep_frame_process()
766 u32 orig_sn, metric, metric_txsta, interval; in hwmp_rann_frame_process() local
773 orig_sn = le32_to_cpu(rann->rann_seq); in hwmp_rann_frame_process()
806 if (!(SN_LT(mpath->sn, orig_sn)) && in hwmp_rann_frame_process()
807 !(mpath->sn == orig_sn && metric < mpath->rann_metric)) { in hwmp_rann_frame_process()
824 mpath->sn = orig_sn; in hwmp_rann_frame_process()
843 orig_sn, 0, NULL, 0, broadcast_addr, in hwmp_rann_frame_process()