Lines Matching defs:port_statistics
113 struct l2fwd_port_statistics port_statistics[RTE_MAX_ETHPORTS];
356 port_statistics[portid].tx,
357 port_statistics[portid].rx,
358 port_statistics[portid].dropped);
360 total_packets_dropped += port_statistics[portid].dropped;
361 total_packets_tx += port_statistics[portid].tx;
362 total_packets_rx += port_statistics[portid].rx;
409 port_statistics[dst_port].tx += sent;
717 port_statistics[portid].tx += sent;
753 port_statistics[portid].rx += nb_rx;
1477 &port_statistics[portid].dropped);
1508 memset(&port_statistics, 0, sizeof(port_statistics));