Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ovs_vport_stats Struct Reference

#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
 

Detailed Description

Definition at line 85 of file openvswitch.h.

Field Documentation

__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.


The documentation for this struct was generated from the following file: