Lines Matching refs:secy_stats

714 		struct pcpu_secy_stats *secy_stats = this_cpu_ptr(macsec->stats);  in macsec_encrypt()  local
716 u64_stats_update_begin(&secy_stats->syncp); in macsec_encrypt()
717 secy_stats->stats.OutPktsTooLong++; in macsec_encrypt()
718 u64_stats_update_end(&secy_stats->syncp); in macsec_encrypt()
1046 struct pcpu_secy_stats *secy_stats = this_cpu_ptr(macsec->stats); in handle_not_macsec() local
1049 u64_stats_update_begin(&secy_stats->syncp); in handle_not_macsec()
1050 secy_stats->stats.InPktsNoTag++; in handle_not_macsec()
1051 u64_stats_update_end(&secy_stats->syncp); in handle_not_macsec()
1063 u64_stats_update_begin(&secy_stats->syncp); in handle_not_macsec()
1064 secy_stats->stats.InPktsUntagged++; in handle_not_macsec()
1065 u64_stats_update_end(&secy_stats->syncp); in handle_not_macsec()
1086 struct pcpu_secy_stats *secy_stats; in macsec_handle_frame() local
1155 secy_stats = this_cpu_ptr(macsec->stats); in macsec_handle_frame()
1159 u64_stats_update_begin(&secy_stats->syncp); in macsec_handle_frame()
1160 secy_stats->stats.InPktsBadTag++; in macsec_handle_frame()
1161 u64_stats_update_end(&secy_stats->syncp); in macsec_handle_frame()
1269 secy_stats = this_cpu_ptr(macsec->stats); in macsec_handle_frame()
1276 u64_stats_update_begin(&secy_stats->syncp); in macsec_handle_frame()
1277 secy_stats->stats.InPktsNoSCI++; in macsec_handle_frame()
1278 u64_stats_update_end(&secy_stats->syncp); in macsec_handle_frame()
1293 u64_stats_update_begin(&secy_stats->syncp); in macsec_handle_frame()
1294 secy_stats->stats.InPktsUnknownSCI++; in macsec_handle_frame()
1295 u64_stats_update_end(&secy_stats->syncp); in macsec_handle_frame()
2712 struct pcpu_secy_stats *secy_stats; in macsec_start_xmit() local
2717 secy_stats = this_cpu_ptr(macsec->stats); in macsec_start_xmit()
2718 u64_stats_update_begin(&secy_stats->syncp); in macsec_start_xmit()
2719 secy_stats->stats.OutPktsUntagged++; in macsec_start_xmit()
2720 u64_stats_update_end(&secy_stats->syncp); in macsec_start_xmit()