Lines Matching refs:rxsc_stats
742 struct pcpu_rx_sc_stats *rxsc_stats = this_cpu_ptr(rx_sa->sc->stats); in macsec_post_decrypt() local
756 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_post_decrypt()
757 rxsc_stats->stats.InPktsLate++; in macsec_post_decrypt()
758 u64_stats_update_end(&rxsc_stats->syncp); in macsec_post_decrypt()
765 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_post_decrypt()
767 rxsc_stats->stats.InOctetsDecrypted += msdu_len; in macsec_post_decrypt()
769 rxsc_stats->stats.InOctetsValidated += msdu_len; in macsec_post_decrypt()
770 u64_stats_update_end(&rxsc_stats->syncp); in macsec_post_decrypt()
779 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_post_decrypt()
780 rxsc_stats->stats.InPktsNotValid++; in macsec_post_decrypt()
781 u64_stats_update_end(&rxsc_stats->syncp); in macsec_post_decrypt()
787 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_post_decrypt()
789 rxsc_stats->stats.InPktsInvalid++; in macsec_post_decrypt()
792 rxsc_stats->stats.InPktsDelayed++; in macsec_post_decrypt()
794 rxsc_stats->stats.InPktsUnchecked++; in macsec_post_decrypt()
796 u64_stats_update_end(&rxsc_stats->syncp); in macsec_post_decrypt()
798 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_post_decrypt()
800 rxsc_stats->stats.InPktsDelayed++; in macsec_post_decrypt()
802 rxsc_stats->stats.InPktsOK++; in macsec_post_decrypt()
805 u64_stats_update_end(&rxsc_stats->syncp); in macsec_post_decrypt()
1143 struct pcpu_rx_sc_stats *rxsc_stats; in macsec_handle_frame() local
1213 rxsc_stats = this_cpu_ptr(rx_sc->stats); in macsec_handle_frame()
1232 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_handle_frame()
1233 rxsc_stats->stats.InPktsNotUsingSA++; in macsec_handle_frame()
1234 u64_stats_update_end(&rxsc_stats->syncp); in macsec_handle_frame()
1242 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_handle_frame()
1243 rxsc_stats->stats.InPktsUnusedSA++; in macsec_handle_frame()
1244 u64_stats_update_end(&rxsc_stats->syncp); in macsec_handle_frame()
1262 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_handle_frame()
1263 rxsc_stats->stats.InPktsLate++; in macsec_handle_frame()
1264 u64_stats_update_end(&rxsc_stats->syncp); in macsec_handle_frame()