Searched defs:pport_stats (Results 1 – 1 of 1) sorted by relevance
3179 struct pport_stats { struct3180 uint64_t tx_pkts;3181 uint64_t tx_unicast_pkts;3182 uint64_t tx_multicast_pkts;3183 uint64_t tx_broadcast_pkts;3184 uint64_t tx_bytes;3185 uint64_t tx_unicast_bytes;3186 uint64_t tx_multicast_bytes;3187 uint64_t tx_broadcast_bytes;3188 uint64_t tx_discards;[all …]