Lines Matching refs:rxsc_stats
726 struct pcpu_rx_sc_stats *rxsc_stats = this_cpu_ptr(rx_sa->sc->stats); in macsec_post_decrypt() local
740 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_post_decrypt()
741 rxsc_stats->stats.InPktsLate++; in macsec_post_decrypt()
742 u64_stats_update_end(&rxsc_stats->syncp); in macsec_post_decrypt()
747 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_post_decrypt()
749 rxsc_stats->stats.InOctetsDecrypted += skb->len; in macsec_post_decrypt()
751 rxsc_stats->stats.InOctetsValidated += skb->len; in macsec_post_decrypt()
752 u64_stats_update_end(&rxsc_stats->syncp); in macsec_post_decrypt()
761 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_post_decrypt()
762 rxsc_stats->stats.InPktsNotValid++; in macsec_post_decrypt()
763 u64_stats_update_end(&rxsc_stats->syncp); in macsec_post_decrypt()
767 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_post_decrypt()
769 rxsc_stats->stats.InPktsInvalid++; in macsec_post_decrypt()
772 rxsc_stats->stats.InPktsDelayed++; in macsec_post_decrypt()
774 rxsc_stats->stats.InPktsUnchecked++; in macsec_post_decrypt()
776 u64_stats_update_end(&rxsc_stats->syncp); in macsec_post_decrypt()
778 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_post_decrypt()
780 rxsc_stats->stats.InPktsDelayed++; in macsec_post_decrypt()
782 rxsc_stats->stats.InPktsOK++; in macsec_post_decrypt()
785 u64_stats_update_end(&rxsc_stats->syncp); in macsec_post_decrypt()
1085 struct pcpu_rx_sc_stats *rxsc_stats; in macsec_handle_frame() local
1152 rxsc_stats = this_cpu_ptr(rx_sc->stats); in macsec_handle_frame()
1170 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_handle_frame()
1171 rxsc_stats->stats.InPktsNotUsingSA++; in macsec_handle_frame()
1172 u64_stats_update_end(&rxsc_stats->syncp); in macsec_handle_frame()
1179 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_handle_frame()
1180 rxsc_stats->stats.InPktsUnusedSA++; in macsec_handle_frame()
1181 u64_stats_update_end(&rxsc_stats->syncp); in macsec_handle_frame()
1199 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_handle_frame()
1200 rxsc_stats->stats.InPktsLate++; in macsec_handle_frame()
1201 u64_stats_update_end(&rxsc_stats->syncp); in macsec_handle_frame()