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()
1008 struct pcpu_secy_stats *secy_stats = this_cpu_ptr(macsec->stats); in handle_not_macsec() local
1084 u64_stats_update_begin(&secy_stats->syncp); in handle_not_macsec()
1085 secy_stats->stats.InPktsNoTag++; in handle_not_macsec()
1086 u64_stats_update_end(&secy_stats->syncp); in handle_not_macsec()
1099 u64_stats_update_begin(&secy_stats->syncp); in handle_not_macsec()
1100 secy_stats->stats.InPktsUntagged++; in handle_not_macsec()
1101 u64_stats_update_end(&secy_stats->syncp); in handle_not_macsec()
1125 struct pcpu_secy_stats *secy_stats; in macsec_handle_frame() local
1190 secy_stats = this_cpu_ptr(macsec->stats); in macsec_handle_frame()
1194 u64_stats_update_begin(&secy_stats->syncp); in macsec_handle_frame()
1195 secy_stats->stats.InPktsBadTag++; in macsec_handle_frame()
1196 u64_stats_update_end(&secy_stats->syncp); in macsec_handle_frame()
1316 secy_stats = this_cpu_ptr(macsec->stats); in macsec_handle_frame()
1323 u64_stats_update_begin(&secy_stats->syncp); in macsec_handle_frame()
1324 secy_stats->stats.InPktsNoSCI++; in macsec_handle_frame()
1325 u64_stats_update_end(&secy_stats->syncp); in macsec_handle_frame()
1341 u64_stats_update_begin(&secy_stats->syncp); in macsec_handle_frame()
1342 secy_stats->stats.InPktsUnknownSCI++; in macsec_handle_frame()
1343 u64_stats_update_end(&secy_stats->syncp); in macsec_handle_frame()
3413 struct pcpu_secy_stats *secy_stats; in macsec_start_xmit() local
3428 secy_stats = this_cpu_ptr(macsec->stats); in macsec_start_xmit()
3429 u64_stats_update_begin(&secy_stats->syncp); in macsec_start_xmit()
3430 secy_stats->stats.OutPktsUntagged++; in macsec_start_xmit()
3431 u64_stats_update_end(&secy_stats->syncp); in macsec_start_xmit()