File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1108,6 +1108,22 @@ typedef enum _sai_macsec_sa_stat_t
11081108 * Valid for ingress, always returns 0 for egress.
11091109 */
11101110 SAI_MACSEC_SA_STAT_IN_PKTS_OK ,
1111+
1112+ /**
1113+ * @brief IEEE 802.1ae defined inOctetsDecrypted.
1114+ * Valid for ingress, always returns 0 for egress.
1115+ * The number of octets of User Data recovered from received
1116+ * frames that were both integrity protected and encrypted.
1117+ */
1118+ SAI_MACSEC_SA_STAT_IN_OCTETS_DECRYPTED ,
1119+
1120+ /**
1121+ * @brief IEEE 802.1ae defined inOctetsValidated.
1122+ * Valid for ingress, always returns 0 for egress.
1123+ * The number of octets of User Data recovered from received
1124+ * frames that were integrity protected but not encrypted.
1125+ */
1126+ SAI_MACSEC_SA_STAT_IN_OCTETS_VALIDATED ,
11111127} sai_macsec_sa_stat_t ;
11121128
11131129/**
You can’t perform that action at this time.
0 commit comments