Home
last modified time | relevance | path

Searched defs:ovs_vport_stats (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Dopenvswitch.h107 struct ovs_vport_stats { struct
108 __u64 rx_packets; /* total packets received */
109 __u64 tx_packets; /* total packets transmitted */
110 __u64 rx_bytes; /* total bytes received */
111 __u64 tx_bytes; /* total bytes transmitted */
112 __u64 rx_errors; /* bad packets received */
113 __u64 tx_errors; /* packet transmit problems */
114 __u64 rx_dropped; /* no space in linux buffers */
115 __u64 tx_dropped; /* no space available in linux */