Linux Kernel
3.7.1
|
#include <if_macvlan.h>
Data Fields | |
u64 | rx_packets |
u64 | rx_bytes |
u64 | rx_multicast |
u64 | tx_packets |
u64 | tx_bytes |
struct u64_stats_sync | syncp |
u32 | rx_errors |
u32 | tx_dropped |
struct macvlan_pcpu_stats - MACVLAN percpu stats : number of received packets : number of received bytes : number of received multicast packets : number of transmitted packets : number of transmitted bytes : synchronization point for 64bit counters : number of rx errors : number of tx dropped packets
Definition at line 38 of file if_macvlan.h.
u64 rx_bytes |
Definition at line 40 of file if_macvlan.h.
u32 rx_errors |
Definition at line 45 of file if_macvlan.h.
u64 rx_multicast |
Definition at line 41 of file if_macvlan.h.
u64 rx_packets |
Definition at line 39 of file if_macvlan.h.
struct u64_stats_sync syncp |
Definition at line 44 of file if_macvlan.h.
u64 tx_bytes |
Definition at line 43 of file if_macvlan.h.
u32 tx_dropped |
Definition at line 46 of file if_macvlan.h.
u64 tx_packets |
Definition at line 42 of file if_macvlan.h.