diff options
Diffstat (limited to 'include/linux/inetdevice.h')
-rw-r--r-- | include/linux/inetdevice.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/inetdevice.h b/include/linux/inetdevice.h index a9d828976a77..ea1e3b863890 100644 --- a/include/linux/inetdevice.h +++ b/include/linux/inetdevice.h | |||
@@ -166,6 +166,12 @@ struct in_ifaddr { | |||
166 | unsigned char ifa_flags; | 166 | unsigned char ifa_flags; |
167 | unsigned char ifa_prefixlen; | 167 | unsigned char ifa_prefixlen; |
168 | char ifa_label[IFNAMSIZ]; | 168 | char ifa_label[IFNAMSIZ]; |
169 | |||
170 | /* In seconds, relative to tstamp. Expiry is at tstamp + HZ * lft. */ | ||
171 | __u32 ifa_valid_lft; | ||
172 | __u32 ifa_preferred_lft; | ||
173 | unsigned long ifa_cstamp; /* created timestamp */ | ||
174 | unsigned long ifa_tstamp; /* updated timestamp */ | ||
169 | }; | 175 | }; |
170 | 176 | ||
171 | extern int register_inetaddr_notifier(struct notifier_block *nb); | 177 | extern int register_inetaddr_notifier(struct notifier_block *nb); |