Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/
Dmacsec.c791 struct pcpu_rx_sc_stats *rxsc_stats = this_cpu_ptr(rx_sa->sc->stats); in macsec_post_decrypt() local
804 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_post_decrypt()
805 rxsc_stats->stats.InPktsLate++; in macsec_post_decrypt()
806 u64_stats_update_end(&rxsc_stats->syncp); in macsec_post_decrypt()
811 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_post_decrypt()
813 rxsc_stats->stats.InOctetsDecrypted += skb->len; in macsec_post_decrypt()
815 rxsc_stats->stats.InOctetsValidated += skb->len; in macsec_post_decrypt()
816 u64_stats_update_end(&rxsc_stats->syncp); in macsec_post_decrypt()
825 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_post_decrypt()
826 rxsc_stats->stats.InPktsNotValid++; in macsec_post_decrypt()
[all …]