Home
last modified time | relevance | path

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

/linux-2.6.39/net/mac80211/
Ddebugfs_netdev.c343 IEEE80211_IF_FILE(dropped_frames_no_route,
344 u.mesh.mshstats.dropped_frames_no_route, DEC);
461 MESHSTATS_ADD(dropped_frames_no_route); in add_mesh_stats()
Dmesh_hwmp.c626 sdata->u.mesh.mshstats.dropped_frames_no_route++; in hwmp_prep_frame_process()
705 sdata->u.mesh.mshstats.dropped_frames_no_route++; in hwmp_rann_frame_process()
932 sdata->u.mesh.mshstats.dropped_frames_no_route++; in mesh_nexthop_lookup()
Dmesh_pathtbl.c623 sdata->u.mesh.mshstats.dropped_frames_no_route++; in mesh_path_discard_frame()
Dieee80211_i.h248 __u32 dropped_frames_no_route; /* Not transmitted, no route found */ member