Lines Matching refs:rxsc_stats

725 	struct pcpu_rx_sc_stats *rxsc_stats = this_cpu_ptr(rx_sa->sc->stats);  in macsec_post_decrypt()  local
739 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_post_decrypt()
740 rxsc_stats->stats.InPktsLate++; in macsec_post_decrypt()
741 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 += skb->len; in macsec_post_decrypt()
750 rxsc_stats->stats.InOctetsValidated += skb->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()
766 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_post_decrypt()
768 rxsc_stats->stats.InPktsInvalid++; in macsec_post_decrypt()
771 rxsc_stats->stats.InPktsDelayed++; in macsec_post_decrypt()
773 rxsc_stats->stats.InPktsUnchecked++; in macsec_post_decrypt()
775 u64_stats_update_end(&rxsc_stats->syncp); in macsec_post_decrypt()
777 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_post_decrypt()
779 rxsc_stats->stats.InPktsDelayed++; in macsec_post_decrypt()
781 rxsc_stats->stats.InPktsOK++; in macsec_post_decrypt()
784 u64_stats_update_end(&rxsc_stats->syncp); in macsec_post_decrypt()
1084 struct pcpu_rx_sc_stats *rxsc_stats; in macsec_handle_frame() local
1151 rxsc_stats = this_cpu_ptr(rx_sc->stats); in macsec_handle_frame()
1169 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_handle_frame()
1170 rxsc_stats->stats.InPktsNotUsingSA++; in macsec_handle_frame()
1171 u64_stats_update_end(&rxsc_stats->syncp); in macsec_handle_frame()
1178 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_handle_frame()
1179 rxsc_stats->stats.InPktsUnusedSA++; in macsec_handle_frame()
1180 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.InPktsLate++; in macsec_handle_frame()
1200 u64_stats_update_end(&rxsc_stats->syncp); in macsec_handle_frame()