Lines Matching refs:rxsc_stats
723 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->stats.InPktsNotValid++; in macsec_post_decrypt()
762 u64_stats_update_end(&rxsc_stats->syncp); in macsec_post_decrypt()
768 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_post_decrypt()
770 rxsc_stats->stats.InPktsInvalid++; in macsec_post_decrypt()
773 rxsc_stats->stats.InPktsDelayed++; in macsec_post_decrypt()
775 rxsc_stats->stats.InPktsUnchecked++; in macsec_post_decrypt()
777 u64_stats_update_end(&rxsc_stats->syncp); in macsec_post_decrypt()
779 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_post_decrypt()
781 rxsc_stats->stats.InPktsDelayed++; in macsec_post_decrypt()
783 rxsc_stats->stats.InPktsOK++; in macsec_post_decrypt()
786 u64_stats_update_end(&rxsc_stats->syncp); in macsec_post_decrypt()
1098 struct pcpu_rx_sc_stats *rxsc_stats; in macsec_handle_frame() local
1165 rxsc_stats = this_cpu_ptr(rx_sc->stats); in macsec_handle_frame()
1185 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_handle_frame()
1186 rxsc_stats->stats.InPktsNotUsingSA++; in macsec_handle_frame()
1187 u64_stats_update_end(&rxsc_stats->syncp); in macsec_handle_frame()
1197 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_handle_frame()
1198 rxsc_stats->stats.InPktsUnusedSA++; in macsec_handle_frame()
1199 u64_stats_update_end(&rxsc_stats->syncp); in macsec_handle_frame()
1219 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_handle_frame()
1220 rxsc_stats->stats.InPktsLate++; in macsec_handle_frame()
1221 u64_stats_update_end(&rxsc_stats->syncp); in macsec_handle_frame()