Searched refs:orig_sn (Results 1 – 1 of 1) sorted by relevance
105 const u8 *orig_addr, u32 orig_sn, in mesh_path_sel_frame_tx() argument177 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() local400 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[all …]