Lines Matching refs:rxsc_stats
791 struct pcpu_rx_sc_stats *rxsc_stats = this_cpu_ptr(rx_sa->sc->stats); in macsec_post_decrypt() local
804 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_post_decrypt()
805 rxsc_stats->stats.InPktsLate++; in macsec_post_decrypt()
806 u64_stats_update_end(&rxsc_stats->syncp); in macsec_post_decrypt()
811 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_post_decrypt()
813 rxsc_stats->stats.InOctetsDecrypted += skb->len; in macsec_post_decrypt()
815 rxsc_stats->stats.InOctetsValidated += skb->len; in macsec_post_decrypt()
816 u64_stats_update_end(&rxsc_stats->syncp); in macsec_post_decrypt()
825 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_post_decrypt()
826 rxsc_stats->stats.InPktsNotValid++; in macsec_post_decrypt()
827 u64_stats_update_end(&rxsc_stats->syncp); in macsec_post_decrypt()
831 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_post_decrypt()
833 rxsc_stats->stats.InPktsInvalid++; in macsec_post_decrypt()
836 rxsc_stats->stats.InPktsDelayed++; in macsec_post_decrypt()
838 rxsc_stats->stats.InPktsUnchecked++; in macsec_post_decrypt()
840 u64_stats_update_end(&rxsc_stats->syncp); in macsec_post_decrypt()
842 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_post_decrypt()
844 rxsc_stats->stats.InPktsDelayed++; in macsec_post_decrypt()
846 rxsc_stats->stats.InPktsOK++; in macsec_post_decrypt()
849 u64_stats_update_end(&rxsc_stats->syncp); in macsec_post_decrypt()
1089 struct pcpu_rx_sc_stats *rxsc_stats; in macsec_handle_frame() local
1160 rxsc_stats = this_cpu_ptr(rx_sc->stats); in macsec_handle_frame()
1178 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_handle_frame()
1179 rxsc_stats->stats.InPktsNotUsingSA++; in macsec_handle_frame()
1180 u64_stats_update_end(&rxsc_stats->syncp); in macsec_handle_frame()
1187 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_handle_frame()
1188 rxsc_stats->stats.InPktsUnusedSA++; in macsec_handle_frame()
1189 u64_stats_update_end(&rxsc_stats->syncp); in macsec_handle_frame()
1204 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_handle_frame()
1205 rxsc_stats->stats.InPktsLate++; in macsec_handle_frame()
1206 u64_stats_update_end(&rxsc_stats->syncp); in macsec_handle_frame()