Home
last modified time | relevance | path

Searched defs:t_FmMacsecSecYStatistics (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_macsec_ext.h629 typedef struct t_FmMacsecSecYStatistics { struct
630 t_MIBStatistics mibCtrlStatistics; /**< Controlled port MIB statistics */
631 t_MIBStatistics mibNonCtrlStatistics; /**< Uncontrolled port MIB statistics */
633 … inPktsUntagged; /**< The number of received packets without the MAC security tag
635 …nt64_t inPktsNoTag; /**< The number of received packets discarded without the
637 …_t inPktsBadTag; /**< The number of received packets discarded with an invalid
639 …_t inPktsUnknownSCI; /**< The number of received packets with unknown SCI with the
642 …t inPktsNoSCI; /**< The number of received packets discarded with unknown SCI
662 } t_FmMacsecSecYStatistics; argument