aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/xfrm.h1
-rw-r--r--include/net/xfrm.h3
2 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/xfrm.h b/include/linux/xfrm.h
index b53f799189a..1d8c1f22c12 100644
--- a/include/linux/xfrm.h
+++ b/include/linux/xfrm.h
@@ -236,6 +236,7 @@ enum xfrm_attr_type_t {
236 XFRMA_ETIMER_THRESH, 236 XFRMA_ETIMER_THRESH,
237 XFRMA_SRCADDR, /* xfrm_address_t */ 237 XFRMA_SRCADDR, /* xfrm_address_t */
238 XFRMA_COADDR, /* xfrm_address_t */ 238 XFRMA_COADDR, /* xfrm_address_t */
239 XFRMA_LASTUSED,
239 __XFRMA_MAX 240 __XFRMA_MAX
240 241
241#define XFRMA_MAX (__XFRMA_MAX - 1) 242#define XFRMA_MAX (__XFRMA_MAX - 1)
diff --git a/include/net/xfrm.h b/include/net/xfrm.h
index 872a2a4022b..248874ecf8d 100644
--- a/include/net/xfrm.h
+++ b/include/net/xfrm.h
@@ -167,6 +167,9 @@ struct xfrm_state
167 struct xfrm_lifetime_cur curlft; 167 struct xfrm_lifetime_cur curlft;
168 struct timer_list timer; 168 struct timer_list timer;
169 169
170 /* Last used time */
171 u64 lastused;
172
170 /* Reference to data common to all the instances of this 173 /* Reference to data common to all the instances of this
171 * transformer. */ 174 * transformer. */
172 struct xfrm_type *type; 175 struct xfrm_type *type;