Searched refs:DUMP_STATS_ONE (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/network/ |
D | networkctl.c | 1419 #define DUMP_STATS_ONE(name, val_name) \ macro 1440 DUMP_STATS_ONE("Rx Packets", rx_packets); in dump_statistics() 1441 DUMP_STATS_ONE("Tx Packets", tx_packets); in dump_statistics() 1442 DUMP_STATS_ONE("Rx Bytes", rx_bytes); in dump_statistics() 1443 DUMP_STATS_ONE("Tx Bytes", tx_bytes); in dump_statistics() 1444 DUMP_STATS_ONE("Rx Errors", rx_errors); in dump_statistics() 1445 DUMP_STATS_ONE("Tx Errors", tx_errors); in dump_statistics() 1446 DUMP_STATS_ONE("Rx Dropped", rx_dropped); in dump_statistics() 1447 DUMP_STATS_ONE("Tx Dropped", tx_dropped); in dump_statistics() 1448 DUMP_STATS_ONE("Multicast Packets", multicast); in dump_statistics() [all …]
|