Lines Matching refs:secy_stats

651 		struct pcpu_secy_stats *secy_stats = this_cpu_ptr(macsec->stats);  in macsec_encrypt()  local
653 u64_stats_update_begin(&secy_stats->syncp); in macsec_encrypt()
654 secy_stats->stats.OutPktsTooLong++; in macsec_encrypt()
655 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
1046 u64_stats_update_begin(&secy_stats->syncp); in handle_not_macsec()
1047 secy_stats->stats.InPktsNoTag++; in handle_not_macsec()
1048 u64_stats_update_end(&secy_stats->syncp); in handle_not_macsec()
1060 u64_stats_update_begin(&secy_stats->syncp); in handle_not_macsec()
1061 secy_stats->stats.InPktsUntagged++; in handle_not_macsec()
1062 u64_stats_update_end(&secy_stats->syncp); in handle_not_macsec()
1086 struct pcpu_secy_stats *secy_stats; in macsec_handle_frame() local
1151 secy_stats = this_cpu_ptr(macsec->stats); in macsec_handle_frame()
1155 u64_stats_update_begin(&secy_stats->syncp); in macsec_handle_frame()
1156 secy_stats->stats.InPktsBadTag++; in macsec_handle_frame()
1157 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()
3375 struct pcpu_secy_stats *secy_stats; in macsec_start_xmit() local
3385 secy_stats = this_cpu_ptr(macsec->stats); in macsec_start_xmit()
3386 u64_stats_update_begin(&secy_stats->syncp); in macsec_start_xmit()
3387 secy_stats->stats.OutPktsUntagged++; in macsec_start_xmit()
3388 u64_stats_update_end(&secy_stats->syncp); in macsec_start_xmit()