Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dopenvswitch.h109 struct ovs_vport_stats { struct
110 __u64 rx_packets; /* total packets received */
111 __u64 tx_packets; /* total packets transmitted */
112 __u64 rx_bytes; /* total bytes received */
113 __u64 tx_bytes; /* total bytes transmitted */
114 __u64 rx_errors; /* bad packets received */
115 __u64 tx_errors; /* packet transmit problems */
116 __u64 rx_dropped; /* no space in linux buffers */
117 __u64 tx_dropped; /* no space available in linux */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dopenvswitch.h109 struct ovs_vport_stats { struct
110 __u64 rx_packets; /* total packets received */
111 __u64 tx_packets; /* total packets transmitted */
112 __u64 rx_bytes; /* total bytes received */
113 __u64 tx_bytes; /* total bytes transmitted */
114 __u64 rx_errors; /* bad packets received */
115 __u64 tx_errors; /* packet transmit problems */
116 __u64 rx_dropped; /* no space in linux buffers */
117 __u64 tx_dropped; /* no space available in linux */
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dopenvswitch.h110 struct ovs_vport_stats { struct
111 __u64 rx_packets; /* total packets received */
112 __u64 tx_packets; /* total packets transmitted */
113 __u64 rx_bytes; /* total bytes received */
114 __u64 tx_bytes; /* total bytes transmitted */
115 __u64 rx_errors; /* bad packets received */
116 __u64 tx_errors; /* packet transmit problems */
117 __u64 rx_dropped; /* no space in linux buffers */
118 __u64 tx_dropped; /* no space available in linux */