Home
last modified time | relevance | path

Searched refs:rxsc_stats (Results 1 – 1 of 1) sorted by relevance

/drivers/net/
Dmacsec.c729 struct pcpu_rx_sc_stats *rxsc_stats = this_cpu_ptr(rx_sa->sc->stats); in macsec_post_decrypt() local
743 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_post_decrypt()
744 rxsc_stats->stats.InPktsLate++; in macsec_post_decrypt()
745 u64_stats_update_end(&rxsc_stats->syncp); in macsec_post_decrypt()
752 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_post_decrypt()
754 rxsc_stats->stats.InOctetsDecrypted += msdu_len; in macsec_post_decrypt()
756 rxsc_stats->stats.InOctetsValidated += msdu_len; in macsec_post_decrypt()
757 u64_stats_update_end(&rxsc_stats->syncp); in macsec_post_decrypt()
766 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_post_decrypt()
767 rxsc_stats->stats.InPktsNotValid++; in macsec_post_decrypt()
[all …]