Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dnetdevice.h2738 struct pcpu_sw_netstats { struct
2739 u64_stats_t rx_packets;
2740 u64_stats_t rx_bytes;
2741 u64_stats_t tx_packets;
2742 u64_stats_t tx_bytes;
2766 struct pcpu_sw_netstats *tstats = this_cpu_ptr(dev->tstats); in dev_sw_netstats_rx_add() argument