Searched refs:orig_sn (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | mesh_hwmp.c | 101 const u8 *orig_addr, u32 orig_sn, in mesh_path_sel_frame_tx() 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, mpat in hwmp_route_info_get() 100 mesh_path_sel_frame_tx(enum mpath_frame_type action, u8 flags, const u8 *orig_addr, u32 orig_sn, u8 target_flags, const u8 *target, u32 target_sn, const u8 *da, u8 hop_count, u8 ttl, u32 lifetime, u32 metric, u32 preq_id, struct ieee80211_sub_if_data *sdata) mesh_path_sel_frame_tx() argument 568 u32 orig_sn, target_sn, lifetime, target_metric = 0; hwmp_preq_frame_process() local 704 u32 target_sn, orig_sn, lifetime; hwmp_prep_frame_process() local 819 u32 orig_sn, new_metric, orig_metric, last_hop_metric, interval; hwmp_rann_frame_process() local [all...] |
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | mesh_hwmp.c | 101 const u8 *orig_addr, u32 orig_sn, in mesh_path_sel_frame_tx() 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() 394 u32 orig_sn, orig_metric; in hwmp_route_info_get() local 415 orig_sn = PREQ_IE_ORIG_SN(hwmp_ie); in hwmp_route_info_get() 427 orig_sn = PREP_IE_TARGET_SN(hwmp_ie); in hwmp_route_info_get() 455 if (SN_GT(mpath->sn, orig_sn) || in hwmp_route_info_get() 456 (mpath->sn == orig_sn && in hwmp_route_info_get() 468 newer_sn = have_sn && SN_GT(orig_sn, mpath->sn); in hwmp_route_info_get() 470 (SN_DELTA(orig_sn, mpat in hwmp_route_info_get() 100 mesh_path_sel_frame_tx(enum mpath_frame_type action, u8 flags, const u8 *orig_addr, u32 orig_sn, u8 target_flags, const u8 *target, u32 target_sn, const u8 *da, u8 hop_count, u8 ttl, u32 lifetime, u32 metric, u32 preq_id, struct ieee80211_sub_if_data *sdata) mesh_path_sel_frame_tx() argument 582 u32 orig_sn, target_sn, lifetime, target_metric = 0; hwmp_preq_frame_process() local 718 u32 target_sn, orig_sn, lifetime; hwmp_prep_frame_process() local 833 u32 orig_sn, new_metric, orig_metric, last_hop_metric, interval; hwmp_rann_frame_process() local [all...] |
Completed in 5 milliseconds