Home
last modified time | relevance | path

Searched refs:mshstats (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/net/mac80211/
H A Dmesh_hwmp.c670 ifmsh->mshstats.dropped_frames_ttl++; in hwmp_preq_frame_process()
681 ifmsh->mshstats.dropped_frames_ttl++; in hwmp_preq_frame_process()
701 ifmsh->mshstats.fwded_unicast++; in hwmp_preq_frame_process()
703 ifmsh->mshstats.fwded_mcast++; in hwmp_preq_frame_process()
704 ifmsh->mshstats.fwded_frames++; in hwmp_preq_frame_process()
741 sdata->u.mesh.mshstats.dropped_frames_ttl++; in hwmp_prep_frame_process()
770 sdata->u.mesh.mshstats.fwded_unicast++; in hwmp_prep_frame_process()
771 sdata->u.mesh.mshstats.fwded_frames++; in hwmp_prep_frame_process()
793 ifmsh->mshstats.dropped_frames_ttl++; in hwmp_perr_frame_process()
913 ifmsh->mshstats.dropped_frames_ttl++; in hwmp_rann_frame_process()
[all …]
H A Ddebugfs_netdev.c743 IEEE80211_IF_FILE(fwded_mcast, u.mesh.mshstats.fwded_mcast, DEC);
744 IEEE80211_IF_FILE(fwded_unicast, u.mesh.mshstats.fwded_unicast, DEC);
745 IEEE80211_IF_FILE(fwded_frames, u.mesh.mshstats.fwded_frames, DEC);
746 IEEE80211_IF_FILE(dropped_frames_ttl, u.mesh.mshstats.dropped_frames_ttl, DEC);
748 u.mesh.mshstats.dropped_frames_no_route, DEC);
H A Dmesh_pathtbl.c1008 sdata->u.mesh.mshstats.dropped_frames_no_route++; in mesh_path_discard_frame()
H A Dieee80211_i.h778 struct mesh_stats mshstats; member
824 do { (msh)->mshstats.name++; } while (0)