X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=include%2Fnet%2Fif_inet6.h;h=448eccb206384f541a43c530fa5ac3add38eb329;hb=9418d5dc9ba40b88737580457bf3b7c63c60ec43;hp=e459e1a0ae4a9fd17b3b06b4b0f5cbf8e0a6ab5f;hpb=11ed56fb7899f9eb9eaef8e5919db1bf08f1b07e;p=linux-2.6 diff --git a/include/net/if_inet6.h b/include/net/if_inet6.h index e459e1a0ae..448eccb206 100644 --- a/include/net/if_inet6.h +++ b/include/net/if_inet6.h @@ -152,7 +152,9 @@ struct ifacaddr6 struct ipv6_devstat { struct proc_dir_entry *proc_dir_entry; + DEFINE_SNMP_STAT(struct ipstats_mib, ipv6); DEFINE_SNMP_STAT(struct icmpv6_mib, icmpv6); + DEFINE_SNMP_STAT(struct icmpv6msg_mib, icmpv6msg); }; struct inet6_dev @@ -189,6 +191,7 @@ struct inet6_dev struct ipv6_devconf cnf; struct ipv6_devstat stats; unsigned long tstamp; /* ipv6InterfaceTable update timestamp */ + struct rcu_head rcu; }; extern struct ipv6_devconf ipv6_devconf;