net: add skb_checksum_complete_unset
[platform/kernel/linux-rpi.git] / include / linux / ipv6.h
index 4d5169f..82806c6 100644 (file)
@@ -53,6 +53,10 @@ struct ipv6_devconf {
        __s32           ndisc_notify;
        __s32           suppress_frag_ndisc;
        __s32           accept_ra_mtu;
+       struct ipv6_stable_secret {
+               bool initialized;
+               struct in6_addr secret;
+       } stable_secret;
        void            *sysctl;
 };