summaryrefslogtreecommitdiffstats
path: root/sys/netipsec
diff options
context:
space:
mode:
authorae <ae@FreeBSD.org>2014-12-02 02:41:44 +0000
committerae <ae@FreeBSD.org>2014-12-02 02:41:44 +0000
commitcac7b140a61847c6918bc94359ec117229694553 (patch)
tree0306f9f748c8fdf675cb908b88b2067348d9542a /sys/netipsec
parent3bcf1e15f737d9921572f1ac0cbb11b4568273aa (diff)
downloadFreeBSD-src-cac7b140a61847c6918bc94359ec117229694553.zip
FreeBSD-src-cac7b140a61847c6918bc94359ec117229694553.tar.gz
Remove unused structure declarations.
Sponsored by: Yandex LLC
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 fcb85f3..bb8a047 100644
--- a/sys/netipsec/ipsec.h
+++ b/sys/netipsec/ipsec.h
@@ -263,17 +263,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