aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/skbuff.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/skbuff.h')
-rw-r--r--include/linux/skbuff.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h
index 9dcf956ad18a..02adea2099a7 100644
--- a/include/linux/skbuff.h
+++ b/include/linux/skbuff.h
@@ -188,6 +188,8 @@ enum {
188 SKB_GSO_TCP_ECN = 1 << 3, 188 SKB_GSO_TCP_ECN = 1 << 3,
189 189
190 SKB_GSO_TCPV6 = 1 << 4, 190 SKB_GSO_TCPV6 = 1 << 4,
191
192 SKB_GSO_FCOE = 1 << 5,
191}; 193};
192 194
193#if BITS_PER_LONG > 32 195#if BITS_PER_LONG > 32