Home
last modified time | relevance | path

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

/linux-4.4.14/net/mac80211/
Dmesh_hwmp.c609 ifmsh->mshstats.dropped_frames_ttl++; in hwmp_preq_frame_process()
620 ifmsh->mshstats.dropped_frames_ttl++; in hwmp_preq_frame_process()
640 ifmsh->mshstats.fwded_unicast++; in hwmp_preq_frame_process()
642 ifmsh->mshstats.fwded_mcast++; in hwmp_preq_frame_process()
643 ifmsh->mshstats.fwded_frames++; in hwmp_preq_frame_process()
680 sdata->u.mesh.mshstats.dropped_frames_ttl++; in hwmp_prep_frame_process()
709 sdata->u.mesh.mshstats.fwded_unicast++; in hwmp_prep_frame_process()
710 sdata->u.mesh.mshstats.fwded_frames++; in hwmp_prep_frame_process()
715 sdata->u.mesh.mshstats.dropped_frames_no_route++; in hwmp_prep_frame_process()
732 ifmsh->mshstats.dropped_frames_ttl++; in hwmp_perr_frame_process()
[all …]
Ddebugfs_netdev.c549 IEEE80211_IF_FILE(fwded_mcast, u.mesh.mshstats.fwded_mcast, DEC);
550 IEEE80211_IF_FILE(fwded_unicast, u.mesh.mshstats.fwded_unicast, DEC);
551 IEEE80211_IF_FILE(fwded_frames, u.mesh.mshstats.fwded_frames, DEC);
552 IEEE80211_IF_FILE(dropped_frames_ttl, u.mesh.mshstats.dropped_frames_ttl, DEC);
554 u.mesh.mshstats.dropped_frames_congestion, DEC);
556 u.mesh.mshstats.dropped_frames_no_route, DEC);
Dieee80211_i.h666 struct mesh_stats mshstats; member
707 do { (msh)->mshstats.name++; } while (0)
Dmesh_pathtbl.c997 sdata->u.mesh.mshstats.dropped_frames_no_route++; in mesh_path_discard_frame()