aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/if_inet6.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/if_inet6.h')
-rw-r--r--include/net/if_inet6.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/if_inet6.h b/include/net/if_inet6.h
index d7578cf49c3a..c9c78c15bce0 100644
--- a/include/net/if_inet6.h
+++ b/include/net/if_inet6.h
@@ -146,10 +146,12 @@ struct ifacaddr6 {
146 struct in6_addr aca_addr; 146 struct in6_addr aca_addr;
147 struct fib6_info *aca_rt; 147 struct fib6_info *aca_rt;
148 struct ifacaddr6 *aca_next; 148 struct ifacaddr6 *aca_next;
149 struct hlist_node aca_addr_lst;
149 int aca_users; 150 int aca_users;
150 refcount_t aca_refcnt; 151 refcount_t aca_refcnt;
151 unsigned long aca_cstamp; 152 unsigned long aca_cstamp;
152 unsigned long aca_tstamp; 153 unsigned long aca_tstamp;
154 struct rcu_head rcu;
153}; 155};
154 156
155#define IFA_HOST IPV6_ADDR_LOOPBACK 157#define IFA_HOST IPV6_ADDR_LOOPBACK