Lines Matching refs:sflow_eth_counter
352 const struct sflow_ethernet_counter_t *sflow_eth_counter; in print_sflow_counter_ethernet() local
357 sflow_eth_counter = (const struct sflow_ethernet_counter_t *)pointer; in print_sflow_counter_ethernet()
358 ND_TCHECK(*sflow_eth_counter); in print_sflow_counter_ethernet()
360 EXTRACT_32BITS(sflow_eth_counter->alignerrors), in print_sflow_counter_ethernet()
361 EXTRACT_32BITS(sflow_eth_counter->fcserrors), in print_sflow_counter_ethernet()
362 EXTRACT_32BITS(sflow_eth_counter->single_collision_frames), in print_sflow_counter_ethernet()
363 EXTRACT_32BITS(sflow_eth_counter->multiple_collision_frames), in print_sflow_counter_ethernet()
364 EXTRACT_32BITS(sflow_eth_counter->test_errors))); in print_sflow_counter_ethernet()
366 EXTRACT_32BITS(sflow_eth_counter->deferred_transmissions), in print_sflow_counter_ethernet()
367 EXTRACT_32BITS(sflow_eth_counter->late_collisions), in print_sflow_counter_ethernet()
368 EXTRACT_32BITS(sflow_eth_counter->excessive_collisions), in print_sflow_counter_ethernet()
369 EXTRACT_32BITS(sflow_eth_counter->mac_transmit_errors))); in print_sflow_counter_ethernet()
371 EXTRACT_32BITS(sflow_eth_counter->carrier_sense_errors), in print_sflow_counter_ethernet()
372 EXTRACT_32BITS(sflow_eth_counter->frame_too_longs), in print_sflow_counter_ethernet()
373 EXTRACT_32BITS(sflow_eth_counter->mac_receive_errors), in print_sflow_counter_ethernet()
374 EXTRACT_32BITS(sflow_eth_counter->symbol_errors))); in print_sflow_counter_ethernet()