Searched refs:tx_sc_stats (Results 1 – 3 of 3) sorted by relevance
251 struct macsec_tx_sc_stats *tx_sc_stats; member
1085 ctx->stats.tx_sc_stats->OutPktsProtected = stats->sc_protected_pkts; in aq_mdo_get_tx_sc_stats()1086 ctx->stats.tx_sc_stats->OutPktsEncrypted = stats->sc_encrypted_pkts; in aq_mdo_get_tx_sc_stats()1087 ctx->stats.tx_sc_stats->OutOctetsProtected = stats->sc_protected_octets; in aq_mdo_get_tx_sc_stats()1088 ctx->stats.tx_sc_stats->OutOctetsEncrypted = stats->sc_encrypted_octets; in aq_mdo_get_tx_sc_stats()
2862 ctx.stats.tx_sc_stats = sum; in get_tx_sc_stats()3032 struct macsec_tx_sc_stats tx_sc_stats = {0, }; in dump_secy() local3069 get_tx_sc_stats(dev, &tx_sc_stats); in dump_secy()3070 if (copy_tx_sc_stats(skb, &tx_sc_stats)) { in dump_secy()