#ifndef _IF_TUNNEL_WRAPPER_H_ #define _IF_TUNNEL_WRAPPER_H_ #include #include_next #if LINUX_VERSION_CODE < KERNEL_VERSION(3,8,0) #include struct pcpu_tstats { u64 rx_packets; u64 rx_bytes; u64 tx_packets; u64 tx_bytes; struct u64_stats_sync syncp; }; #endif #endif /* _IF_TUNNEL_WRAPPER_H_ */