Searched refs:mshstats (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.1/net/mac80211/ |
| D | mesh_hwmp.c | 653 ifmsh->mshstats.dropped_frames_ttl++; in hwmp_preq_frame_process() 664 ifmsh->mshstats.dropped_frames_ttl++; in hwmp_preq_frame_process() 684 ifmsh->mshstats.fwded_unicast++; in hwmp_preq_frame_process() 686 ifmsh->mshstats.fwded_mcast++; in hwmp_preq_frame_process() 687 ifmsh->mshstats.fwded_frames++; in hwmp_preq_frame_process() 724 sdata->u.mesh.mshstats.dropped_frames_ttl++; in hwmp_prep_frame_process() 753 sdata->u.mesh.mshstats.fwded_unicast++; in hwmp_prep_frame_process() 754 sdata->u.mesh.mshstats.fwded_frames++; in hwmp_prep_frame_process() 759 sdata->u.mesh.mshstats.dropped_frames_no_route++; in hwmp_prep_frame_process() 776 ifmsh->mshstats.dropped_frames_ttl++; in hwmp_perr_frame_process() [all …]
|
| D | debugfs_netdev.c | 602 IEEE80211_IF_FILE(fwded_mcast, u.mesh.mshstats.fwded_mcast, DEC); 603 IEEE80211_IF_FILE(fwded_unicast, u.mesh.mshstats.fwded_unicast, DEC); 604 IEEE80211_IF_FILE(fwded_frames, u.mesh.mshstats.fwded_frames, DEC); 605 IEEE80211_IF_FILE(dropped_frames_ttl, u.mesh.mshstats.dropped_frames_ttl, DEC); 607 u.mesh.mshstats.dropped_frames_congestion, DEC); 609 u.mesh.mshstats.dropped_frames_no_route, DEC);
|
| D | mesh_pathtbl.c | 714 sdata->u.mesh.mshstats.dropped_frames_no_route++; in mesh_path_discard_frame()
|
| D | ieee80211_i.h | 694 struct mesh_stats mshstats; member 739 do { (msh)->mshstats.name++; } while (0)
|