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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h
index aff494ba6a31..d4d7c666ca63 100644
--- a/include/linux/skbuff.h
+++ b/include/linux/skbuff.h
@@ -325,6 +325,7 @@ struct sk_buff {
325 union { 325 union {
326 struct dst_entry *dst; 326 struct dst_entry *dst;
327 struct rtable *rtable; 327 struct rtable *rtable;
328 unsigned long _skb_dst;
328 }; 329 };
329#ifdef CONFIG_XFRM 330#ifdef CONFIG_XFRM
330 struct sec_path *sp; 331 struct sec_path *sp;