summaryrefslogtreecommitdiffstats
path: root/sys/netipsec
diff options
context:
space:
mode:
authorLuiz Otavio O Souza <luiz@netgate.com>2015-09-15 14:35:12 -0500
committerLuiz Otavio O Souza <luiz@netgate.com>2015-10-20 11:53:59 -0500
commitbcfbc0e95929e2c0c56797ee4a6b21f11c796dc8 (patch)
treeaa94aed44b8ebe168a5cf2a8eba18650595993b1 /sys/netipsec
parentbe8797afa07f0ef10138bc070dc8f651965bc663 (diff)
downloadFreeBSD-src-bcfbc0e95929e2c0c56797ee4a6b21f11c796dc8.zip
FreeBSD-src-bcfbc0e95929e2c0c56797ee4a6b21f11c796dc8.tar.gz
MFC r275391:
Remove unused structure declarations. Sponsored by: Yandex LLC TAG: IPSEC-HEAD Issue: #4841
Diffstat (limited to 'sys/netipsec')
-rw-r--r--sys/netipsec/ipsec.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/sys/netipsec/ipsec.h b/sys/netipsec/ipsec.h
index 6da3fc7..076c184 100644
--- a/sys/netipsec/ipsec.h
+++ b/sys/netipsec/ipsec.h
@@ -271,17 +271,6 @@ struct ipsecstat {
#ifdef _KERNEL
#include <sys/counter.h>
-struct ipsec_output_state {
- struct mbuf *m;
- struct route *ro;
- struct sockaddr *dst;
-};
-
-struct ipsec_history {
- int ih_proto;
- u_int32_t ih_spi;
-};
-
VNET_DECLARE(int, ipsec_debug);
#define V_ipsec_debug VNET(ipsec_debug)
OpenPOWER on IntegriCloud