diff options
Diffstat (limited to 'include/linux/skbuff.h')
| -rw-r--r-- | include/linux/skbuff.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h index aff494ba6a3..d4d7c666ca6 100644 --- a/include/linux/skbuff.h +++ b/include/linux/skbuff.h @@ -325,6 +325,7 @@ struct sk_buff {  	union {  		struct  dst_entry	*dst;  		struct  rtable		*rtable; +		unsigned long		_skb_dst;  	};  #ifdef CONFIG_XFRM  	struct	sec_path	*sp;  |