Home
last modified time | relevance | path

Searched refs:dropped_frames_no_route (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/net/mac80211/
Ddebugfs_netdev.c595 IEEE80211_IF_FILE(dropped_frames_no_route,
596 u.mesh.mshstats.dropped_frames_no_route, DEC);
726 MESHSTATS_ADD(dropped_frames_no_route); in add_mesh_stats()
Dmesh_hwmp.c736 sdata->u.mesh.mshstats.dropped_frames_no_route++; in hwmp_prep_frame_process()
839 sdata->u.mesh.mshstats.dropped_frames_no_route++; in hwmp_rann_frame_process()
Dmesh_pathtbl.c781 sdata->u.mesh.mshstats.dropped_frames_no_route++; in mesh_path_discard_frame()
Dieee80211_i.h323 __u32 dropped_frames_no_route; /* Not transmitted, no route found */ member
Drx.c2711 IEEE80211_IFSTA_MESH_CTR_INC(ifmsh, dropped_frames_no_route); in ieee80211_rx_h_mesh_fwding()