Lines Matching refs:orig_sn

101 				  const u8 *orig_addr, u32 orig_sn,  in mesh_path_sel_frame_tx()  argument
172 put_unaligned_le32(orig_sn, pos); in mesh_path_sel_frame_tx()
189 put_unaligned_le32(orig_sn, pos); in mesh_path_sel_frame_tx()
389 u32 orig_sn, orig_metric; in hwmp_route_info_get() local
409 orig_sn = PREQ_IE_ORIG_SN(hwmp_ie); in hwmp_route_info_get()
421 orig_sn = PREP_IE_TARGET_SN(hwmp_ie); in hwmp_route_info_get()
449 if (SN_GT(mpath->sn, orig_sn) || in hwmp_route_info_get()
450 (mpath->sn == orig_sn && in hwmp_route_info_get()
462 newer_sn = have_sn && SN_GT(orig_sn, mpath->sn); in hwmp_route_info_get()
464 (SN_DELTA(orig_sn, mpath->sn) > in hwmp_route_info_get()
494 mpath->sn = orig_sn; in hwmp_route_info_get()
568 u32 orig_sn, target_sn, lifetime, target_metric = 0; in hwmp_preq_frame_process() local
577 orig_sn = PREQ_IE_ORIG_SN(preq_elem); in hwmp_preq_frame_process()
643 orig_sn, 0, target_addr, in hwmp_preq_frame_process()
675 orig_sn, target_flags, target_addr, in hwmp_preq_frame_process()
704 u32 target_sn, orig_sn, lifetime; in hwmp_prep_frame_process() local
741 orig_sn = PREP_IE_ORIG_SN(prep_elem); in hwmp_prep_frame_process()
743 mesh_path_sel_frame_tx(MPATH_PREP, flags, orig_addr, orig_sn, 0, in hwmp_prep_frame_process()
819 u32 orig_sn, new_metric, orig_metric, last_hop_metric, interval; in hwmp_rann_frame_process() local
826 orig_sn = le32_to_cpu(rann->rann_seq); in hwmp_rann_frame_process()
862 if (!(SN_LT(mpath->sn, orig_sn)) && in hwmp_rann_frame_process()
863 !(mpath->sn == orig_sn && new_metric < mpath->rann_metric)) { in hwmp_rann_frame_process()
880 mpath->sn = orig_sn; in hwmp_rann_frame_process()
899 orig_sn, 0, NULL, 0, broadcast_addr, in hwmp_rann_frame_process()