tunneling: Add generic Tunnel segmentation.
[platform/adaptation/renesas_rcar/renesas_kernel.git] / include / linux / skbuff.h
index d7f96ff..eb2106f 100644 (file)
@@ -316,6 +316,8 @@ enum {
        SKB_GSO_FCOE = 1 << 5,
 
        SKB_GSO_GRE = 1 << 6,
+
+       SKB_GSO_UDP_TUNNEL = 1 << 7,
 };
 
 #if BITS_PER_LONG > 32