summaryrefslogtreecommitdiffstats
path: root/sys/netipsec/keydb.h
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-08-17 13:53:18 -0300
committerRenato Botelho <renato@netgate.com>2015-08-17 13:53:18 -0300
commit29b5f15dd163f4c415bb883fef4a53cf17f9e4e2 (patch)
treeae3c2f86afa58550cbc71728420f72c660ed0c5d /sys/netipsec/keydb.h
parentb74b5b434292ee1c1c1de56c45c21632d0316f68 (diff)
downloadFreeBSD-src-29b5f15dd163f4c415bb883fef4a53cf17f9e4e2.zip
FreeBSD-src-29b5f15dd163f4c415bb883fef4a53cf17f9e4e2.tar.gz
Importing pfSense patch ipsec_improvement.diff
Diffstat (limited to 'sys/netipsec/keydb.h')
-rw-r--r--sys/netipsec/keydb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netipsec/keydb.h b/sys/netipsec/keydb.h
index 56f44fc..a8b813f 100644
--- a/sys/netipsec/keydb.h
+++ b/sys/netipsec/keydb.h
@@ -111,6 +111,7 @@ struct comp_algo;
/* Security Association */
struct secasvar {
LIST_ENTRY(secasvar) chain;
+ LIST_ENTRY(secasvar) spihash;
struct mtx lock; /* update/access lock */
u_int refcnt; /* reference count */
OpenPOWER on IntegriCloud