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