Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/include/
Dvmlinux.h10052 struct net_device_stats { struct
10053 long unsigned int rx_packets;
10054 long unsigned int tx_packets;
10055 long unsigned int rx_bytes;
10056 long unsigned int tx_bytes;
10057 long unsigned int rx_errors;
10058 long unsigned int tx_errors;
10059 long unsigned int rx_dropped;
10060 long unsigned int tx_dropped;
10061 long unsigned int multicast;
[all …]