Home
last modified time | relevance | path

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

/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/umac/
Ddebugfs_netdev.c597 IEEE80211_IF_FILE(dropped_frames_no_route,
598 u.mesh.mshstats.dropped_frames_no_route, DEC);
732 MESHSTATS_ADD(dropped_frames_no_route); in add_mesh_stats()
Dmesh_hwmp.c754 sdata->u.mesh.mshstats.dropped_frames_no_route++; in hwmp_prep_frame_process()
857 sdata->u.mesh.mshstats.dropped_frames_no_route++; in hwmp_rann_frame_process()
Dmesh_pathtbl.c720 sdata->u.mesh.mshstats.dropped_frames_no_route++; in mesh_path_discard_frame()
Dieee80211_i.h345 __u32 dropped_frames_no_route; /* Not transmitted, no route found */ member
Drx.c2835 IEEE80211_IFSTA_MESH_CTR_INC(ifmsh, dropped_frames_no_route); in ieee80211_rx_h_mesh_fwding()
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/mesh/
Drtw_mesh.h347 u32 dropped_frames_no_route; /* Not transmitted, no route found */ member
Drtw_mesh_hwmp.c730 mshstats->dropped_frames_no_route++; in rtw_hwmp_prep_frame_process()
833 mshstats->dropped_frames_no_route++; in rtw_hwmp_rann_frame_process()
Drtw_mesh_pathtbl.c1083 adapter->mesh_info.mshstats.dropped_frames_no_route++; in rtw_mesh_path_discard_frame()
Drtw_mesh.c4172 minfo->mshstats.dropped_frames_no_route++; in rtw_mesh_rx_msdu_act_check()
4245 minfo->mshstats.dropped_frames_no_route++; in rtw_mesh_rx_msdu_act_check()
4390 RTW_PRINT_SEL(sel, "drop_no_route:%u\n", stats->dropped_frames_no_route); in dump_mesh_stats()