Searched refs:orig_sn (Results 1 – 1 of 1) sorted by relevance
101 const u8 *orig_addr, u32 orig_sn, in mesh_path_sel_frame_tx() argument172 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()394 u32 orig_sn, orig_metric; in hwmp_route_info_get() local414 orig_sn = PREQ_IE_ORIG_SN(hwmp_ie); in hwmp_route_info_get()426 orig_sn = PREP_IE_TARGET_SN(hwmp_ie); in hwmp_route_info_get()454 if (SN_GT(mpath->sn, orig_sn) || in hwmp_route_info_get()455 (mpath->sn == orig_sn && in hwmp_route_info_get()467 newer_sn = have_sn && SN_GT(orig_sn, mpath->sn); in hwmp_route_info_get()469 (SN_DELTA(orig_sn, mpath->sn) > in hwmp_route_info_get()[all …]