qed*: Align statistics names
[deliverable/linux.git] / include / linux / ipv6.h
index 402753bccafa37b4ec1e597902f608548fbdbd22..58d6e158755fc0f7d926c8227394bb08d3498fdb 100644 (file)
@@ -50,17 +50,21 @@ struct ipv6_devconf {
        __s32           mc_forwarding;
 #endif
        __s32           disable_ipv6;
+       __s32           drop_unicast_in_l2_multicast;
        __s32           accept_dad;
        __s32           force_tllao;
        __s32           ndisc_notify;
        __s32           suppress_frag_ndisc;
        __s32           accept_ra_mtu;
+       __s32           drop_unsolicited_na;
        struct ipv6_stable_secret {
                bool initialized;
                struct in6_addr secret;
        } stable_secret;
        __s32           use_oif_addrs_only;
-       void            *sysctl;
+       __s32           keep_addr_on_down;
+
+       struct ctl_table_header *sysctl_header;
 };
 
 struct ipv6_params {
This page took 0.02793 seconds and 5 git commands to generate.