Lines Matching refs:secy_stats
719 struct pcpu_secy_stats *secy_stats = this_cpu_ptr(macsec->stats); in macsec_encrypt() local
721 u64_stats_update_begin(&secy_stats->syncp); in macsec_encrypt()
722 secy_stats->stats.OutPktsTooLong++; in macsec_encrypt()
723 u64_stats_update_end(&secy_stats->syncp); in macsec_encrypt()
1050 struct pcpu_secy_stats *secy_stats = this_cpu_ptr(macsec->stats); in handle_not_macsec() local
1053 u64_stats_update_begin(&secy_stats->syncp); in handle_not_macsec()
1054 secy_stats->stats.InPktsNoTag++; in handle_not_macsec()
1055 u64_stats_update_end(&secy_stats->syncp); in handle_not_macsec()
1067 u64_stats_update_begin(&secy_stats->syncp); in handle_not_macsec()
1068 secy_stats->stats.InPktsUntagged++; in handle_not_macsec()
1069 u64_stats_update_end(&secy_stats->syncp); in handle_not_macsec()
1090 struct pcpu_secy_stats *secy_stats; in macsec_handle_frame() local
1159 secy_stats = this_cpu_ptr(macsec->stats); in macsec_handle_frame()
1163 u64_stats_update_begin(&secy_stats->syncp); in macsec_handle_frame()
1164 secy_stats->stats.InPktsBadTag++; in macsec_handle_frame()
1165 u64_stats_update_end(&secy_stats->syncp); in macsec_handle_frame()
1272 secy_stats = this_cpu_ptr(macsec->stats); in macsec_handle_frame()
1279 u64_stats_update_begin(&secy_stats->syncp); in macsec_handle_frame()
1280 secy_stats->stats.InPktsNoSCI++; in macsec_handle_frame()
1281 u64_stats_update_end(&secy_stats->syncp); in macsec_handle_frame()
1296 u64_stats_update_begin(&secy_stats->syncp); in macsec_handle_frame()
1297 secy_stats->stats.InPktsUnknownSCI++; in macsec_handle_frame()
1298 u64_stats_update_end(&secy_stats->syncp); in macsec_handle_frame()
2714 struct pcpu_secy_stats *secy_stats; in macsec_start_xmit() local
2719 secy_stats = this_cpu_ptr(macsec->stats); in macsec_start_xmit()
2720 u64_stats_update_begin(&secy_stats->syncp); in macsec_start_xmit()
2721 secy_stats->stats.OutPktsUntagged++; in macsec_start_xmit()
2722 u64_stats_update_end(&secy_stats->syncp); in macsec_start_xmit()