Searched refs:mshstats (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | mesh_hwmp.c | 648 ifmsh->mshstats.dropped_frames_ttl++; in hwmp_preq_frame_process() 659 ifmsh->mshstats.dropped_frames_ttl++; in hwmp_preq_frame_process() 679 ifmsh->mshstats.fwded_unicast++; in hwmp_preq_frame_process() 681 ifmsh->mshstats.fwded_mcast++; in hwmp_preq_frame_process() 682 ifmsh->mshstats.fwded_frames++; in hwmp_preq_frame_process() 719 sdata->u.mesh.mshstats.dropped_frames_ttl++; in hwmp_prep_frame_process() 748 sdata->u.mesh.mshstats.fwded_unicast++; in hwmp_prep_frame_process() 749 sdata->u.mesh.mshstats.fwded_frames++; in hwmp_prep_frame_process() 754 sdata->u.mesh.mshstats.dropped_frames_no_route++; in hwmp_prep_frame_process() 771 ifmsh->mshstats in hwmp_perr_frame_process() [all...] |
H A D | debugfs_netdev.c | 584 IEEE80211_IF_FILE(fwded_mcast, u.mesh.mshstats.fwded_mcast, DEC); 585 IEEE80211_IF_FILE(fwded_unicast, u.mesh.mshstats.fwded_unicast, DEC); 586 IEEE80211_IF_FILE(fwded_frames, u.mesh.mshstats.fwded_frames, DEC); 587 IEEE80211_IF_FILE(dropped_frames_ttl, u.mesh.mshstats.dropped_frames_ttl, DEC); 589 u.mesh.mshstats.dropped_frames_congestion, DEC); 591 u.mesh.mshstats.dropped_frames_no_route, DEC);
|
H A D | mesh_pathtbl.c | 714 sdata->u.mesh.mshstats.dropped_frames_no_route++; in mesh_path_discard_frame()
|
H A D | ieee80211_i.h | 704 struct mesh_stats mshstats; member 749 do { (msh)->mshstats.name++; } while (0)
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | mesh_hwmp.c | 662 ifmsh->mshstats.dropped_frames_ttl++; in hwmp_preq_frame_process() 673 ifmsh->mshstats.dropped_frames_ttl++; in hwmp_preq_frame_process() 693 ifmsh->mshstats.fwded_unicast++; in hwmp_preq_frame_process() 695 ifmsh->mshstats.fwded_mcast++; in hwmp_preq_frame_process() 696 ifmsh->mshstats.fwded_frames++; in hwmp_preq_frame_process() 733 sdata->u.mesh.mshstats.dropped_frames_ttl++; in hwmp_prep_frame_process() 762 sdata->u.mesh.mshstats.fwded_unicast++; in hwmp_prep_frame_process() 763 sdata->u.mesh.mshstats.fwded_frames++; in hwmp_prep_frame_process() 768 sdata->u.mesh.mshstats.dropped_frames_no_route++; in hwmp_prep_frame_process() 785 ifmsh->mshstats in hwmp_perr_frame_process() [all...] |
H A D | debugfs_netdev.c | 632 IEEE80211_IF_FILE(fwded_mcast, u.mesh.mshstats.fwded_mcast, DEC); 633 IEEE80211_IF_FILE(fwded_unicast, u.mesh.mshstats.fwded_unicast, DEC); 634 IEEE80211_IF_FILE(fwded_frames, u.mesh.mshstats.fwded_frames, DEC); 635 IEEE80211_IF_FILE(dropped_frames_ttl, u.mesh.mshstats.dropped_frames_ttl, DEC); 637 u.mesh.mshstats.dropped_frames_no_route, DEC);
|
H A D | ieee80211_i.h | 710 struct mesh_stats mshstats; member 756 do { (msh)->mshstats.name++; } while (0)
|
H A D | mesh_pathtbl.c | 993 sdata->u.mesh.mshstats.dropped_frames_no_route++; in mesh_path_discard_frame()
|
Completed in 18 milliseconds