Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dmesh_hwmp.c672 ifmsh->mshstats.dropped_frames_ttl++; in hwmp_preq_frame_process()
683 ifmsh->mshstats.dropped_frames_ttl++; in hwmp_preq_frame_process()
703 ifmsh->mshstats.fwded_unicast++; in hwmp_preq_frame_process()
705 ifmsh->mshstats.fwded_mcast++; in hwmp_preq_frame_process()
706 ifmsh->mshstats.fwded_frames++; in hwmp_preq_frame_process()
743 sdata->u.mesh.mshstats.dropped_frames_ttl++; in hwmp_prep_frame_process()
772 sdata->u.mesh.mshstats.fwded_unicast++; in hwmp_prep_frame_process()
773 sdata->u.mesh.mshstats.fwded_frames++; in hwmp_prep_frame_process()
778 sdata->u.mesh.mshstats.dropped_frames_no_route++; in hwmp_prep_frame_process()
795 ifmsh->mshstats.dropped_frames_ttl++; in hwmp_perr_frame_process()
[all …]
H A Dieee80211_i.h794 struct mesh_stats mshstats; member
840 do { (msh)->mshstats.name++; } while (0)
H A Dmesh_pathtbl.c1008 sdata->u.mesh.mshstats.dropped_frames_no_route++; in mesh_path_discard_frame()