diff options
Diffstat (limited to 'include/net/if_inet6.h')
-rw-r--r-- | include/net/if_inet6.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/if_inet6.h b/include/net/if_inet6.h index 100fb8cec17c..e07feb456d19 100644 --- a/include/net/if_inet6.h +++ b/include/net/if_inet6.h | |||
@@ -74,6 +74,7 @@ struct inet6_ifaddr { | |||
74 | bool tokenized; | 74 | bool tokenized; |
75 | 75 | ||
76 | struct rcu_head rcu; | 76 | struct rcu_head rcu; |
77 | struct in6_addr peer_addr; | ||
77 | }; | 78 | }; |
78 | 79 | ||
79 | struct ip6_sf_socklist { | 80 | struct ip6_sf_socklist { |
@@ -192,7 +193,6 @@ struct inet6_dev { | |||
192 | struct in6_addr token; | 193 | struct in6_addr token; |
193 | 194 | ||
194 | struct neigh_parms *nd_parms; | 195 | struct neigh_parms *nd_parms; |
195 | struct inet6_dev *next; | ||
196 | struct ipv6_devconf cnf; | 196 | struct ipv6_devconf cnf; |
197 | struct ipv6_devstat stats; | 197 | struct ipv6_devstat stats; |
198 | unsigned long tstamp; /* ipv6InterfaceTable update timestamp */ | 198 | unsigned long tstamp; /* ipv6InterfaceTable update timestamp */ |