]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/linux/ipv6.h
[NETFILTER]: Fix xfrm lookup in ip_route_me_harder/ip6_route_me_harder
[net-next-2.6.git] / include / linux / ipv6.h
index 5cfc71529595cdf9b44b3af04419659a1adfdfa7..9c8f4c9ed4298d35d90e08f00ec9274370acf50d 100644 (file)
@@ -192,6 +192,9 @@ struct inet6_skb_parm {
        __u16                   dst1;
        __u16                   lastopt;
        __u32                   nhoff;
+       __u16                   flags;
+
+#define IP6SKB_XFRM_TRANSFORMED        1
 };
 
 #define IP6CB(skb)     ((struct inet6_skb_parm*)((skb)->cb))