Home
last modified time | relevance | path

Searched refs:target_sn (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/net/mac80211/
H A Dmesh_hwmp.c103 u32 target_sn, const u8 *da, in mesh_path_sel_frame_tx() argument
614 ifmsh->sn = target_sn; in hwmp_preq_frame_process()
622 target_sn = ifmsh->sn; in hwmp_preq_frame_process()
631 target_sn = ++ifmsh->sn; in hwmp_preq_frame_process()
645 mpath->sn = target_sn; in hwmp_preq_frame_process()
651 target_sn = mpath->sn; in hwmp_preq_frame_process()
787 u32 target_sn; in hwmp_perr_frame_process() local
812 SN_GT(target_sn, mpath->sn) || target_sn == 0)) { in hwmp_perr_frame_process()
814 if (target_sn != 0) in hwmp_perr_frame_process()
815 mpath->sn = target_sn; in hwmp_perr_frame_process()
[all …]
H A Dmesh.h350 u8 ttl, const u8 *target, u32 target_sn,