Searched refs:rxsc_stats (Results 1 – 1 of 1) sorted by relevance
710 struct pcpu_rx_sc_stats *rxsc_stats = this_cpu_ptr(rx_sa->sc->stats); in macsec_post_decrypt() local724 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_post_decrypt()725 rxsc_stats->stats.InPktsLate++; in macsec_post_decrypt()726 u64_stats_update_end(&rxsc_stats->syncp); in macsec_post_decrypt()733 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_post_decrypt()735 rxsc_stats->stats.InOctetsDecrypted += msdu_len; in macsec_post_decrypt()737 rxsc_stats->stats.InOctetsValidated += msdu_len; in macsec_post_decrypt()738 u64_stats_update_end(&rxsc_stats->syncp); in macsec_post_decrypt()747 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_post_decrypt()748 rxsc_stats->stats.InPktsNotValid++; in macsec_post_decrypt()[all …]