Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/xen-netback/
Dcommon.h117 struct xenvif_stats { struct
122 unsigned int rx_bytes;
123 unsigned int rx_packets;
124 unsigned int tx_bytes;
125 unsigned int tx_packets;
128 unsigned long rx_gso_checksum_fixup;
129 unsigned long tx_zerocopy_sent;
130 unsigned long tx_zerocopy_success;
131 unsigned long tx_zerocopy_fail;
132 unsigned long tx_frag_overflow;
Dinterface.c310 } xenvif_stats[] = { variable