Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/
Dvrf.c122 struct pcpu_dstats { struct
134 struct pcpu_dstats *dstats = this_cpu_ptr(dev->dstats); in vrf_rx_stats() argument
/kernel/linux/linux-6.6/include/linux/
Dnetdevice.h2740 struct pcpu_dstats { struct
2741 u64 rx_packets;
2742 u64 rx_bytes;
2743 u64 rx_drops;
2744 u64 tx_packets;
2745 u64 tx_bytes;
2746 u64 tx_drops;
2747 struct u64_stats_sync syncp;