Home
last modified time | relevance | path

Searched refs:dropped_frames_ttl (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()
680 sdata->u.mesh.mshstats.dropped_frames_ttl++; in hwmp_prep_frame_process()
732 ifmsh->mshstats.dropped_frames_ttl++; in hwmp_perr_frame_process()
848 ifmsh->mshstats.dropped_frames_ttl++; in hwmp_rann_frame_process()
1044 sdata->u.mesh.mshstats.dropped_frames_ttl++; in mesh_path_start_discovery()
Ddebugfs_netdev.c552 IEEE80211_IF_FILE(dropped_frames_ttl, u.mesh.mshstats.dropped_frames_ttl, DEC);
674 MESHSTATS_ADD(dropped_frames_ttl); in add_mesh_stats()
Dieee80211_i.h313 __u32 dropped_frames_ttl; /* Not transmitted since mesh_ttl == 0*/ member
Drx.c2331 IEEE80211_IFSTA_MESH_CTR_INC(ifmsh, dropped_frames_ttl); in ieee80211_rx_h_mesh_fwding()