Linux Kernel
3.7.1
|
#include <openvswitch.h>
Data Fields | |
__u64 | rx_packets |
__u64 | tx_packets |
__u64 | rx_bytes |
__u64 | tx_bytes |
__u64 | rx_errors |
__u64 | tx_errors |
__u64 | rx_dropped |
__u64 | tx_dropped |
Definition at line 85 of file openvswitch.h.
__u64 rx_bytes |
Definition at line 88 of file openvswitch.h.
__u64 rx_dropped |
Definition at line 92 of file openvswitch.h.
__u64 rx_errors |
Definition at line 90 of file openvswitch.h.
__u64 rx_packets |
Definition at line 86 of file openvswitch.h.
__u64 tx_bytes |
Definition at line 89 of file openvswitch.h.
__u64 tx_dropped |
Definition at line 93 of file openvswitch.h.
__u64 tx_errors |
Definition at line 91 of file openvswitch.h.
__u64 tx_packets |
Definition at line 87 of file openvswitch.h.