summaryrefslogtreecommitdiff
path: root/sys/netinet
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-05-29 01:12:28 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-05-29 01:12:28 +0000
commitdf8e7f171aaa1ba5d49abe109cd82e31a0d0292e (patch)
treef63fea24a010aa6b61482248a568db2f8a30b33e /sys/netinet
parentda12c2531c0c0a983b0f9633d5e5213c4a412926 (diff)
Fields on TDB for last used and last SKIPCRYPTO status change.
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/ip_ipsp.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/netinet/ip_ipsp.h b/sys/netinet/ip_ipsp.h
index 38612515d3a..18de0af0502 100644
--- a/sys/netinet/ip_ipsp.h
+++ b/sys/netinet/ip_ipsp.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_ipsp.h,v 1.92 2001/05/29 01:03:01 angelos Exp $ */
+/* $OpenBSD: ip_ipsp.h,v 1.93 2001/05/29 01:12:27 angelos Exp $ */
/*
* The authors of this code are John Ioannidis (ji@tla.org),
@@ -292,6 +292,10 @@ struct tdb /* tunnel descriptor block */
u_int64_t tdb_soft_first_use; /* Soft warning */
u_int64_t tdb_exp_first_use; /* Expire if tdb_first_use +
* tdb_exp_first_use <= curtime */
+
+ u_int64_t tdb_last_used; /* When was this SA last used */
+ u_int64_t tdb_last_marked; /* Last SKIPCRYPTO status change */
+
u_int64_t tdb_cryptoid; /* Crypto session ID */
u_int32_t tdb_spi; /* SPI */