aboutsummaryrefslogtreecommitdiff
path: root/sys/netipsec/xform_esp.c
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2010-11-14 20:38:11 +0000
committerDimitry Andric <dim@FreeBSD.org>2010-11-14 20:38:11 +0000
commit31c6a0037e1a075e397e396a53a3a0822c234122 (patch)
tree2576727bd0fe21df869f8fc8bfe76870b2b049aa /sys/netipsec/xform_esp.c
parent47d46d92c221c8a81f9182b93559bebb618c137a (diff)
downloadsrc-31c6a0037e1a075e397e396a53a3a0822c234122.tar.gz
src-31c6a0037e1a075e397e396a53a3a0822c234122.zip
Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout
the tree.
Notes
Notes: svn path=/head/; revision=215317
Diffstat (limited to 'sys/netipsec/xform_esp.c')
-rw-r--r--sys/netipsec/xform_esp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netipsec/xform_esp.c b/sys/netipsec/xform_esp.c
index 6186b5961a5d..2ccdb1005d28 100644
--- a/sys/netipsec/xform_esp.c
+++ b/sys/netipsec/xform_esp.c
@@ -85,7 +85,7 @@ SYSCTL_VNET_INT(_net_inet_esp, OID_AUTO,
SYSCTL_VNET_STRUCT(_net_inet_esp, IPSECCTL_STATS,
stats, CTLFLAG_RD, &VNET_NAME(espstat), espstat, "");
-static VNET_DEFINE(int, esp_max_ivlen); /* max iv length over all algorithms */
+STATIC_VNET_DEFINE(int, esp_max_ivlen); /* max iv length over all algorithms */
#define V_esp_max_ivlen VNET(esp_max_ivlen)
static int esp_input_cb(struct cryptop *op);