Lines Matching refs:secy_stats
647 struct pcpu_secy_stats *secy_stats = this_cpu_ptr(macsec->stats); in macsec_encrypt() local
649 u64_stats_update_begin(&secy_stats->syncp); in macsec_encrypt()
650 secy_stats->stats.OutPktsTooLong++; in macsec_encrypt()
651 u64_stats_update_end(&secy_stats->syncp); in macsec_encrypt()
1006 struct pcpu_secy_stats *secy_stats = this_cpu_ptr(macsec->stats); in handle_not_macsec() local
1058 u64_stats_update_begin(&secy_stats->syncp); in handle_not_macsec()
1059 secy_stats->stats.InPktsNoTag++; in handle_not_macsec()
1060 u64_stats_update_end(&secy_stats->syncp); in handle_not_macsec()
1073 u64_stats_update_begin(&secy_stats->syncp); in handle_not_macsec()
1074 secy_stats->stats.InPktsUntagged++; in handle_not_macsec()
1075 u64_stats_update_end(&secy_stats->syncp); in handle_not_macsec()
1099 struct pcpu_secy_stats *secy_stats; in macsec_handle_frame() local
1164 secy_stats = this_cpu_ptr(macsec->stats); in macsec_handle_frame()
1168 u64_stats_update_begin(&secy_stats->syncp); in macsec_handle_frame()
1169 secy_stats->stats.InPktsBadTag++; in macsec_handle_frame()
1170 u64_stats_update_end(&secy_stats->syncp); in macsec_handle_frame()
1290 secy_stats = this_cpu_ptr(macsec->stats); in macsec_handle_frame()
1297 u64_stats_update_begin(&secy_stats->syncp); in macsec_handle_frame()
1298 secy_stats->stats.InPktsNoSCI++; in macsec_handle_frame()
1299 u64_stats_update_end(&secy_stats->syncp); in macsec_handle_frame()
1315 u64_stats_update_begin(&secy_stats->syncp); in macsec_handle_frame()
1316 secy_stats->stats.InPktsUnknownSCI++; in macsec_handle_frame()
1317 u64_stats_update_end(&secy_stats->syncp); in macsec_handle_frame()
3387 struct pcpu_secy_stats *secy_stats; in macsec_start_xmit() local
3402 secy_stats = this_cpu_ptr(macsec->stats); in macsec_start_xmit()
3403 u64_stats_update_begin(&secy_stats->syncp); in macsec_start_xmit()
3404 secy_stats->stats.OutPktsUntagged++; in macsec_start_xmit()
3405 u64_stats_update_end(&secy_stats->syncp); in macsec_start_xmit()