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.h2732 struct pcpu_sw_netstats { struct
2733 u64_stats_t rx_packets;
2734 u64_stats_t rx_bytes;
2735 u64_stats_t tx_packets;
2736 u64_stats_t tx_bytes;
2760 struct pcpu_sw_netstats *tstats = this_cpu_ptr(dev->tstats); in dev_sw_netstats_rx_add() argument