rxsc_stats 787 drivers/net/macsec.c struct pcpu_rx_sc_stats *rxsc_stats = this_cpu_ptr(rx_sa->sc->stats); rxsc_stats 800 drivers/net/macsec.c u64_stats_update_begin(&rxsc_stats->syncp); rxsc_stats 801 drivers/net/macsec.c rxsc_stats->stats.InPktsLate++; rxsc_stats 802 drivers/net/macsec.c u64_stats_update_end(&rxsc_stats->syncp); rxsc_stats 807 drivers/net/macsec.c u64_stats_update_begin(&rxsc_stats->syncp); rxsc_stats 809 drivers/net/macsec.c rxsc_stats->stats.InOctetsDecrypted += skb->len; rxsc_stats 811 drivers/net/macsec.c rxsc_stats->stats.InOctetsValidated += skb->len; rxsc_stats 812 drivers/net/macsec.c u64_stats_update_end(&rxsc_stats->syncp); rxsc_stats 821 drivers/net/macsec.c u64_stats_update_begin(&rxsc_stats->syncp); rxsc_stats 822 drivers/net/macsec.c rxsc_stats->stats.InPktsNotValid++; rxsc_stats 823 drivers/net/macsec.c u64_stats_update_end(&rxsc_stats->syncp); rxsc_stats 827 drivers/net/macsec.c u64_stats_update_begin(&rxsc_stats->syncp); rxsc_stats 829 drivers/net/macsec.c rxsc_stats->stats.InPktsInvalid++; rxsc_stats 832 drivers/net/macsec.c rxsc_stats->stats.InPktsDelayed++; rxsc_stats 834 drivers/net/macsec.c rxsc_stats->stats.InPktsUnchecked++; rxsc_stats 836 drivers/net/macsec.c u64_stats_update_end(&rxsc_stats->syncp); rxsc_stats 838 drivers/net/macsec.c u64_stats_update_begin(&rxsc_stats->syncp); rxsc_stats 840 drivers/net/macsec.c rxsc_stats->stats.InPktsDelayed++; rxsc_stats 842 drivers/net/macsec.c rxsc_stats->stats.InPktsOK++; rxsc_stats 845 drivers/net/macsec.c u64_stats_update_end(&rxsc_stats->syncp); rxsc_stats 1086 drivers/net/macsec.c struct pcpu_rx_sc_stats *rxsc_stats; rxsc_stats 1157 drivers/net/macsec.c rxsc_stats = this_cpu_ptr(rx_sc->stats); rxsc_stats 1175 drivers/net/macsec.c u64_stats_update_begin(&rxsc_stats->syncp); rxsc_stats 1176 drivers/net/macsec.c rxsc_stats->stats.InPktsNotUsingSA++; rxsc_stats 1177 drivers/net/macsec.c u64_stats_update_end(&rxsc_stats->syncp); rxsc_stats 1184 drivers/net/macsec.c u64_stats_update_begin(&rxsc_stats->syncp); rxsc_stats 1185 drivers/net/macsec.c rxsc_stats->stats.InPktsUnusedSA++; rxsc_stats 1186 drivers/net/macsec.c u64_stats_update_end(&rxsc_stats->syncp); rxsc_stats 1201 drivers/net/macsec.c u64_stats_update_begin(&rxsc_stats->syncp); rxsc_stats 1202 drivers/net/macsec.c rxsc_stats->stats.InPktsLate++; rxsc_stats 1203 drivers/net/macsec.c u64_stats_update_end(&rxsc_stats->syncp);