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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h
index 5ad9675b6fe1..74ed34413969 100644
--- a/include/linux/skbuff.h
+++ b/include/linux/skbuff.h
@@ -373,6 +373,7 @@ enum {
373 373
374 SKB_GSO_MPLS = 1 << 12, 374 SKB_GSO_MPLS = 1 << 12,
375 375
376 SKB_GSO_TUNNEL_REMCSUM = 1 << 13,
376}; 377};
377 378
378#if BITS_PER_LONG > 32 379#if BITS_PER_LONG > 32
@@ -603,7 +604,8 @@ struct sk_buff {
603#endif 604#endif
604 __u8 ipvs_property:1; 605 __u8 ipvs_property:1;
605 __u8 inner_protocol_type:1; 606 __u8 inner_protocol_type:1;
606 /* 4 or 6 bit hole */ 607 __u8 remcsum_offload:1;
608 /* 3 or 5 bit hole */
607 609
608#ifdef CONFIG_NET_SCHED 610#ifdef CONFIG_NET_SCHED
609 __u16 tc_index; /* traffic control index */ 611 __u16 tc_index; /* traffic control index */