X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=include%2Flinux%2Fipv6.h;h=00ef00d0f3157b17bdbf37fe4472428d83f514ca;hp=0c997767429a79db596a25cb8611355fdb29c6d9;hb=75faafd41c3c6312b7df51ce8cda5ba84495a8f1;hpb=020abf03cd659388f94cb328e1e1df0656e0d7ff diff --git a/include/linux/ipv6.h b/include/linux/ipv6.h index 0c997767429a..00ef00d0f315 100644 --- a/include/linux/ipv6.h +++ b/include/linux/ipv6.h @@ -255,6 +255,7 @@ struct inet6_skb_parm { #define IP6SKB_XFRM_TRANSFORMED 1 #define IP6SKB_FORWARDED 2 #define IP6SKB_REROUTED 4 +#define IP6SKB_FRAGMENTED 16 }; #define IP6CB(skb) ((struct inet6_skb_parm*)((skb)->cb)) @@ -368,7 +369,7 @@ struct ipv6_pinfo { struct ipv6_ac_socklist *ipv6_ac_list; struct ipv6_fl_socklist *ipv6_fl_list; - struct ipv6_txoptions *opt; + struct ipv6_txoptions __rcu *opt; struct sk_buff *pktoptions; struct sk_buff *rxpmtu; struct {