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

#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
 

Detailed Description

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.

Field Documentation

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.

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.


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