Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/
H A Dmacsec.c751 struct pcpu_rx_sc_stats *rxsc_stats = this_cpu_ptr(rx_sa->sc->stats); in macsec_post_decrypt() local
765 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_post_decrypt()
766 rxsc_stats->stats.InPktsLate++; in macsec_post_decrypt()
767 u64_stats_update_end(&rxsc_stats->syncp); in macsec_post_decrypt()
774 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_post_decrypt()
776 rxsc_stats->stats.InOctetsDecrypted += msdu_len; in macsec_post_decrypt()
778 rxsc_stats->stats.InOctetsValidated += msdu_len; in macsec_post_decrypt()
779 u64_stats_update_end(&rxsc_stats->syncp); in macsec_post_decrypt()
788 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_post_decrypt()
789 rxsc_stats in macsec_post_decrypt()
1115 struct pcpu_rx_sc_stats *rxsc_stats; macsec_handle_frame() local
[all...]
/kernel/linux/linux-6.6/drivers/net/
H A Dmacsec.c723 struct pcpu_rx_sc_stats *rxsc_stats = this_cpu_ptr(rx_sa->sc->stats); in macsec_post_decrypt() local
737 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_post_decrypt()
738 rxsc_stats->stats.InPktsLate++; in macsec_post_decrypt()
739 u64_stats_update_end(&rxsc_stats->syncp); in macsec_post_decrypt()
746 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_post_decrypt()
748 rxsc_stats->stats.InOctetsDecrypted += msdu_len; in macsec_post_decrypt()
750 rxsc_stats->stats.InOctetsValidated += msdu_len; in macsec_post_decrypt()
751 u64_stats_update_end(&rxsc_stats->syncp); in macsec_post_decrypt()
760 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_post_decrypt()
761 rxsc_stats in macsec_post_decrypt()
1098 struct pcpu_rx_sc_stats *rxsc_stats; macsec_handle_frame() local
[all...]

Completed in 7 milliseconds