Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/
Dtun.c118 struct tun_pcpu_stats { struct
119 u64_stats_t rx_packets;
120 u64_stats_t rx_bytes;
121 u64_stats_t tx_packets;
122 u64_stats_t tx_bytes;
123 struct u64_stats_sync syncp;
124 u32 rx_dropped;
125 u32 tx_dropped;
126 u32 rx_frame_errors;