datapath: Account for "udp-tunnel: Add a few more UDP tunnel APIs"
[cascardo/ovs.git] / datapath / linux / compat / include / linux / skbuff.h
index 20a575c..78d84cc 100644 (file)
 #define SKB_GSO_GRE 0
 #endif
 
+#if LINUX_VERSION_CODE < KERNEL_VERSION(3,10,0)
+#define SKB_GSO_UDP_TUNNEL 0
+#endif
+
 #if LINUX_VERSION_CODE < KERNEL_VERSION(3,16,0)
 #define SKB_GSO_GRE_CSUM 0
+#define SKB_GSO_UDP_TUNNEL_CSUM 0
 #endif
 
 #ifndef HAVE_IGNORE_DF_RENAME