• Home
  • Raw
  • Download

Lines Matching refs:rxsc_stats

729 	struct pcpu_rx_sc_stats *rxsc_stats = this_cpu_ptr(rx_sa->sc->stats);  in macsec_post_decrypt()  local
743 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_post_decrypt()
744 rxsc_stats->stats.InPktsLate++; in macsec_post_decrypt()
745 u64_stats_update_end(&rxsc_stats->syncp); in macsec_post_decrypt()
752 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_post_decrypt()
754 rxsc_stats->stats.InOctetsDecrypted += msdu_len; in macsec_post_decrypt()
756 rxsc_stats->stats.InOctetsValidated += msdu_len; in macsec_post_decrypt()
757 u64_stats_update_end(&rxsc_stats->syncp); in macsec_post_decrypt()
766 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_post_decrypt()
767 rxsc_stats->stats.InPktsNotValid++; in macsec_post_decrypt()
768 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.InPktsInvalid++; in macsec_post_decrypt()
779 rxsc_stats->stats.InPktsDelayed++; in macsec_post_decrypt()
781 rxsc_stats->stats.InPktsUnchecked++; in macsec_post_decrypt()
783 u64_stats_update_end(&rxsc_stats->syncp); in macsec_post_decrypt()
785 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_post_decrypt()
787 rxsc_stats->stats.InPktsDelayed++; in macsec_post_decrypt()
789 rxsc_stats->stats.InPktsOK++; in macsec_post_decrypt()
792 u64_stats_update_end(&rxsc_stats->syncp); in macsec_post_decrypt()
1099 struct pcpu_rx_sc_stats *rxsc_stats; in macsec_handle_frame() local
1166 rxsc_stats = this_cpu_ptr(rx_sc->stats); in macsec_handle_frame()
1186 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_handle_frame()
1187 rxsc_stats->stats.InPktsNotUsingSA++; in macsec_handle_frame()
1188 u64_stats_update_end(&rxsc_stats->syncp); in macsec_handle_frame()
1198 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_handle_frame()
1199 rxsc_stats->stats.InPktsUnusedSA++; in macsec_handle_frame()
1200 u64_stats_update_end(&rxsc_stats->syncp); in macsec_handle_frame()
1220 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_handle_frame()
1221 rxsc_stats->stats.InPktsLate++; in macsec_handle_frame()
1222 u64_stats_update_end(&rxsc_stats->syncp); in macsec_handle_frame()