Searched refs:ast_rx_tooshort (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/dev/wtap/
H A Dif_wtapioctl.h97 u_int32_t ast_rx_tooshort;/* rx discarded 'cuz frame too short */ member in struct:wtap_stats
/freebsd-current/sys/dev/ath/
H A Dif_athioctl.h103 u_int32_t ast_rx_tooshort;/* rx discarded 'cuz frame too short */ member in struct:ath_stats
H A Dif_ath_rx.c899 sc->sc_stats.ast_rx_tooshort++;
H A Dif_ath_sysctl.c1166 SYSCTL_ADD_UINT(ctx, child, OID_AUTO, "ast_rx_tooshort", CTLFLAG_RD,
1167 &sc->sc_stats.ast_rx_tooshort, 0, "rx discarded 'cuz frame too short");

Completed in 123 milliseconds