Home
last modified time | relevance | path

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

/openbmc/linux/net/mac80211/
H A Dmesh_hwmp.c103 u32 target_sn, const u8 *da, in mesh_path_sel_frame_tx() argument
606 ifmsh->sn = target_sn; in hwmp_preq_frame_process()
614 target_sn = ifmsh->sn; in hwmp_preq_frame_process()
623 target_sn = ++ifmsh->sn; in hwmp_preq_frame_process()
637 mpath->sn = target_sn; in hwmp_preq_frame_process()
643 target_sn = mpath->sn; in hwmp_preq_frame_process()
779 u32 target_sn; in hwmp_perr_frame_process() local
804 SN_GT(target_sn, mpath->sn) || target_sn == 0)) { in hwmp_perr_frame_process()
806 if (target_sn != 0) in hwmp_perr_frame_process()
807 mpath->sn = target_sn; in hwmp_perr_frame_process()
[all …]
H A Dmesh.h349 u8 ttl, const u8 *target, u32 target_sn,