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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/if_inet6.h b/include/net/if_inet6.h
index 545d8b059bef..09d906460a43 100644
--- a/include/net/if_inet6.h
+++ b/include/net/if_inet6.h
@@ -58,7 +58,7 @@ struct inet6_ifaddr {
58 struct inet6_ifaddr *if_next; /* next addr in inet6_dev */ 58 struct inet6_ifaddr *if_next; /* next addr in inet6_dev */
59 59
60#ifdef CONFIG_IPV6_PRIVACY 60#ifdef CONFIG_IPV6_PRIVACY
61 struct inet6_ifaddr *tmp_next; /* next addr in tempaddr_lst */ 61 struct list_head tmp_list;
62 struct inet6_ifaddr *ifpub; 62 struct inet6_ifaddr *ifpub;
63 int regen_count; 63 int regen_count;
64#endif 64#endif
@@ -175,7 +175,7 @@ struct inet6_dev {
175#ifdef CONFIG_IPV6_PRIVACY 175#ifdef CONFIG_IPV6_PRIVACY
176 u8 rndid[8]; 176 u8 rndid[8];
177 struct timer_list regen_timer; 177 struct timer_list regen_timer;
178 struct inet6_ifaddr *tempaddr_list; 178 struct list_head tempaddr_list;
179#endif 179#endif
180 180
181 struct neigh_parms *nd_parms; 181 struct neigh_parms *nd_parms;