Lines Matching refs:rxsc_stats
786 struct pcpu_rx_sc_stats *rxsc_stats = this_cpu_ptr(rx_sa->sc->stats); in macsec_post_decrypt() local
799 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_post_decrypt()
800 rxsc_stats->stats.InPktsLate++; in macsec_post_decrypt()
801 u64_stats_update_end(&rxsc_stats->syncp); in macsec_post_decrypt()
806 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_post_decrypt()
808 rxsc_stats->stats.InOctetsDecrypted += skb->len; in macsec_post_decrypt()
810 rxsc_stats->stats.InOctetsValidated += skb->len; in macsec_post_decrypt()
811 u64_stats_update_end(&rxsc_stats->syncp); in macsec_post_decrypt()
820 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_post_decrypt()
821 rxsc_stats->stats.InPktsNotValid++; in macsec_post_decrypt()
822 u64_stats_update_end(&rxsc_stats->syncp); in macsec_post_decrypt()
826 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_post_decrypt()
828 rxsc_stats->stats.InPktsInvalid++; in macsec_post_decrypt()
831 rxsc_stats->stats.InPktsDelayed++; in macsec_post_decrypt()
833 rxsc_stats->stats.InPktsUnchecked++; in macsec_post_decrypt()
835 u64_stats_update_end(&rxsc_stats->syncp); in macsec_post_decrypt()
837 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_post_decrypt()
839 rxsc_stats->stats.InPktsDelayed++; in macsec_post_decrypt()
841 rxsc_stats->stats.InPktsOK++; in macsec_post_decrypt()
844 u64_stats_update_end(&rxsc_stats->syncp); in macsec_post_decrypt()
1085 struct pcpu_rx_sc_stats *rxsc_stats; in macsec_handle_frame() local
1156 rxsc_stats = this_cpu_ptr(rx_sc->stats); in macsec_handle_frame()
1174 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_handle_frame()
1175 rxsc_stats->stats.InPktsNotUsingSA++; in macsec_handle_frame()
1176 u64_stats_update_end(&rxsc_stats->syncp); in macsec_handle_frame()
1183 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_handle_frame()
1184 rxsc_stats->stats.InPktsUnusedSA++; in macsec_handle_frame()
1185 u64_stats_update_end(&rxsc_stats->syncp); in macsec_handle_frame()
1200 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_handle_frame()
1201 rxsc_stats->stats.InPktsLate++; in macsec_handle_frame()
1202 u64_stats_update_end(&rxsc_stats->syncp); in macsec_handle_frame()