Lines Matching refs:rxsc_stats

714 	struct pcpu_rx_sc_stats *rxsc_stats = this_cpu_ptr(rx_sa->sc->stats);  in macsec_post_decrypt()  local
728 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_post_decrypt()
729 rxsc_stats->stats.InPktsLate++; in macsec_post_decrypt()
730 u64_stats_update_end(&rxsc_stats->syncp); in macsec_post_decrypt()
737 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_post_decrypt()
739 rxsc_stats->stats.InOctetsDecrypted += msdu_len; in macsec_post_decrypt()
741 rxsc_stats->stats.InOctetsValidated += msdu_len; in macsec_post_decrypt()
742 u64_stats_update_end(&rxsc_stats->syncp); in macsec_post_decrypt()
751 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_post_decrypt()
752 rxsc_stats->stats.InPktsNotValid++; in macsec_post_decrypt()
753 u64_stats_update_end(&rxsc_stats->syncp); in macsec_post_decrypt()
759 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_post_decrypt()
761 rxsc_stats->stats.InPktsInvalid++; in macsec_post_decrypt()
764 rxsc_stats->stats.InPktsDelayed++; in macsec_post_decrypt()
766 rxsc_stats->stats.InPktsUnchecked++; in macsec_post_decrypt()
768 u64_stats_update_end(&rxsc_stats->syncp); in macsec_post_decrypt()
770 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_post_decrypt()
772 rxsc_stats->stats.InPktsDelayed++; in macsec_post_decrypt()
774 rxsc_stats->stats.InPktsOK++; in macsec_post_decrypt()
777 u64_stats_update_end(&rxsc_stats->syncp); in macsec_post_decrypt()
1115 struct pcpu_rx_sc_stats *rxsc_stats; in macsec_handle_frame() local
1182 rxsc_stats = this_cpu_ptr(rx_sc->stats); in macsec_handle_frame()
1201 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_handle_frame()
1202 rxsc_stats->stats.InPktsNotUsingSA++; in macsec_handle_frame()
1203 u64_stats_update_end(&rxsc_stats->syncp); in macsec_handle_frame()
1211 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_handle_frame()
1212 rxsc_stats->stats.InPktsUnusedSA++; in macsec_handle_frame()
1213 u64_stats_update_end(&rxsc_stats->syncp); in macsec_handle_frame()
1231 u64_stats_update_begin(&rxsc_stats->syncp); in macsec_handle_frame()
1232 rxsc_stats->stats.InPktsLate++; in macsec_handle_frame()
1233 u64_stats_update_end(&rxsc_stats->syncp); in macsec_handle_frame()