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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/if_inet6.h b/include/net/if_inet6.h
index b4956a5fcc3f..d07b1a64b4e7 100644
--- a/include/net/if_inet6.h
+++ b/include/net/if_inet6.h
@@ -205,6 +205,7 @@ struct inet6_dev {
205 struct timer_list rs_timer; 205 struct timer_list rs_timer;
206 __u8 rs_probes; 206 __u8 rs_probes;
207 207
208 __u8 addr_gen_mode;
208 unsigned long tstamp; /* ipv6InterfaceTable update timestamp */ 209 unsigned long tstamp; /* ipv6InterfaceTable update timestamp */
209 struct rcu_head rcu; 210 struct rcu_head rcu;
210}; 211};