Lines Matching refs:secy_stats
653 struct pcpu_secy_stats *secy_stats = this_cpu_ptr(macsec->stats); in macsec_encrypt() local
655 u64_stats_update_begin(&secy_stats->syncp); in macsec_encrypt()
656 secy_stats->stats.OutPktsTooLong++; in macsec_encrypt()
657 u64_stats_update_end(&secy_stats->syncp); in macsec_encrypt()
1017 struct pcpu_secy_stats *secy_stats = this_cpu_ptr(macsec->stats); in handle_not_macsec() local
1059 u64_stats_update_begin(&secy_stats->syncp); in handle_not_macsec()
1060 secy_stats->stats.InPktsNoTag++; in handle_not_macsec()
1061 u64_stats_update_end(&secy_stats->syncp); in handle_not_macsec()
1074 u64_stats_update_begin(&secy_stats->syncp); in handle_not_macsec()
1075 secy_stats->stats.InPktsUntagged++; in handle_not_macsec()
1076 u64_stats_update_end(&secy_stats->syncp); in handle_not_macsec()
1100 struct pcpu_secy_stats *secy_stats; in macsec_handle_frame() local
1165 secy_stats = this_cpu_ptr(macsec->stats); in macsec_handle_frame()
1169 u64_stats_update_begin(&secy_stats->syncp); in macsec_handle_frame()
1170 secy_stats->stats.InPktsBadTag++; in macsec_handle_frame()
1171 u64_stats_update_end(&secy_stats->syncp); in macsec_handle_frame()
1291 secy_stats = this_cpu_ptr(macsec->stats); in macsec_handle_frame()
1298 u64_stats_update_begin(&secy_stats->syncp); in macsec_handle_frame()
1299 secy_stats->stats.InPktsNoSCI++; in macsec_handle_frame()
1300 u64_stats_update_end(&secy_stats->syncp); in macsec_handle_frame()
1316 u64_stats_update_begin(&secy_stats->syncp); in macsec_handle_frame()
1317 secy_stats->stats.InPktsUnknownSCI++; in macsec_handle_frame()
1318 u64_stats_update_end(&secy_stats->syncp); in macsec_handle_frame()
3385 struct pcpu_secy_stats *secy_stats; in macsec_start_xmit() local
3400 secy_stats = this_cpu_ptr(macsec->stats); in macsec_start_xmit()
3401 u64_stats_update_begin(&secy_stats->syncp); in macsec_start_xmit()
3402 secy_stats->stats.OutPktsUntagged++; in macsec_start_xmit()
3403 u64_stats_update_end(&secy_stats->syncp); in macsec_start_xmit()