Searched defs:nf_stats (Results 1 – 1 of 1) sorted by relevance
134 struct nf_stats { struct135 uint64_t hw_rx_packets;136 uint64_t hw_tx_packets;137 uint64_t ifc_down_bytes;138 uint64_t ifc_down_packets;139 uint64_t rx_bytes;140 uint64_t rx_dropped;141 uint64_t rx_packets;142 uint64_t tx_bytes;143 uint64_t tx_dropped;[all …]