Home
last modified time | relevance | path

Searched refs:target_sn (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/mac80211/
H A Dmesh_hwmp.c103 u32 target_sn, const u8 *da, in mesh_path_sel_frame_tx()
163 put_unaligned_le32(target_sn, pos); in mesh_path_sel_frame_tx()
184 put_unaligned_le32(target_sn, pos); in mesh_path_sel_frame_tx()
225 * @target_sn: SN of the broken destination
235 u8 ttl, const u8 *target, u32 target_sn, in mesh_path_error_tx()
283 put_unaligned_le32(target_sn, pos); in mesh_path_error_tx()
568 u32 orig_sn, target_sn, lifetime, target_metric = 0; in hwmp_preq_frame_process() local
576 target_sn = PREQ_IE_TARGET_SN(preq_elem); in hwmp_preq_frame_process()
591 if (SN_GT(target_sn, ifmsh->sn)) in hwmp_preq_frame_process()
592 ifmsh->sn = target_sn; in hwmp_preq_frame_process()
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
234 mesh_path_error_tx(struct ieee80211_sub_if_data *sdata, u8 ttl, const u8 *target, u32 target_sn, u16 target_rcode, const u8 *ra) mesh_path_error_tx() argument
704 u32 target_sn, orig_sn, lifetime; hwmp_prep_frame_process() local
765 u32 target_sn; hwmp_perr_frame_process() local
[all...]
H A Dmesh.h286 u8 ttl, const u8 *target, u32 target_sn,
/kernel/linux/linux-6.6/net/mac80211/
H A Dmesh_hwmp.c103 u32 target_sn, const u8 *da, in mesh_path_sel_frame_tx()
163 put_unaligned_le32(target_sn, pos); in mesh_path_sel_frame_tx()
184 put_unaligned_le32(target_sn, pos); in mesh_path_sel_frame_tx()
225 * @target_sn: SN of the broken destination
235 u8 ttl, const u8 *target, u32 target_sn, in mesh_path_error_tx()
283 put_unaligned_le32(target_sn, pos); in mesh_path_error_tx()
582 u32 orig_sn, target_sn, lifetime, target_metric = 0; in hwmp_preq_frame_process() local
590 target_sn = PREQ_IE_TARGET_SN(preq_elem); in hwmp_preq_frame_process()
605 if (SN_GT(target_sn, ifmsh->sn)) in hwmp_preq_frame_process()
606 ifmsh->sn = target_sn; in hwmp_preq_frame_process()
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
234 mesh_path_error_tx(struct ieee80211_sub_if_data *sdata, u8 ttl, const u8 *target, u32 target_sn, u16 target_rcode, const u8 *ra) mesh_path_error_tx() argument
718 u32 target_sn, orig_sn, lifetime; hwmp_prep_frame_process() local
779 u32 target_sn; hwmp_perr_frame_process() local
[all...]
H A Dmesh.h320 u8 ttl, const u8 *target, u32 target_sn,

Completed in 4 milliseconds