Lines Matching refs:secy_stats

638 		struct pcpu_secy_stats *secy_stats = this_cpu_ptr(macsec->stats);  in macsec_encrypt()  local
640 u64_stats_update_begin(&secy_stats->syncp); in macsec_encrypt()
641 secy_stats->stats.OutPktsTooLong++; in macsec_encrypt()
642 u64_stats_update_end(&secy_stats->syncp); in macsec_encrypt()
999 struct pcpu_secy_stats *secy_stats = this_cpu_ptr(macsec->stats); in handle_not_macsec() local
1075 u64_stats_update_begin(&secy_stats->syncp); in handle_not_macsec()
1076 secy_stats->stats.InPktsNoTag++; in handle_not_macsec()
1077 u64_stats_update_end(&secy_stats->syncp); in handle_not_macsec()
1090 u64_stats_update_begin(&secy_stats->syncp); in handle_not_macsec()
1091 secy_stats->stats.InPktsUntagged++; in handle_not_macsec()
1092 u64_stats_update_end(&secy_stats->syncp); in handle_not_macsec()
1116 struct pcpu_secy_stats *secy_stats; in macsec_handle_frame() local
1181 secy_stats = this_cpu_ptr(macsec->stats); in macsec_handle_frame()
1185 u64_stats_update_begin(&secy_stats->syncp); in macsec_handle_frame()
1186 secy_stats->stats.InPktsBadTag++; in macsec_handle_frame()
1187 u64_stats_update_end(&secy_stats->syncp); in macsec_handle_frame()
1302 secy_stats = this_cpu_ptr(macsec->stats); in macsec_handle_frame()
1309 u64_stats_update_begin(&secy_stats->syncp); in macsec_handle_frame()
1310 secy_stats->stats.InPktsNoSCI++; in macsec_handle_frame()
1311 u64_stats_update_end(&secy_stats->syncp); in macsec_handle_frame()
1327 u64_stats_update_begin(&secy_stats->syncp); in macsec_handle_frame()
1328 secy_stats->stats.InPktsUnknownSCI++; in macsec_handle_frame()
1329 u64_stats_update_end(&secy_stats->syncp); in macsec_handle_frame()
3480 struct pcpu_secy_stats *secy_stats; in macsec_start_xmit() local
3504 secy_stats = this_cpu_ptr(macsec->stats); in macsec_start_xmit()
3505 u64_stats_update_begin(&secy_stats->syncp); in macsec_start_xmit()
3506 secy_stats->stats.OutPktsUntagged++; in macsec_start_xmit()
3507 u64_stats_update_end(&secy_stats->syncp); in macsec_start_xmit()