aboutsummaryrefslogtreecommitdiff
path: root/sys/netipsec/ipsec.h
diff options
context:
space:
mode:
authorAndrey V. Elsukov <ae@FreeBSD.org>2014-12-02 02:41:44 +0000
committerAndrey V. Elsukov <ae@FreeBSD.org>2014-12-02 02:41:44 +0000
commit1fea1b0889ffe8e42cc315484bafceee21c6ccf4 (patch)
tree0306f9f748c8fdf675cb908b88b2067348d9542a /sys/netipsec/ipsec.h
parent0e23cc372d64be31a02010f2626810af46104710 (diff)
downloadsrc-1fea1b0889ffe8e42cc315484bafceee21c6ccf4.tar.gz
src-1fea1b0889ffe8e42cc315484bafceee21c6ccf4.zip
Remove unused structure declarations.
Sponsored by: Yandex LLC
Notes
Notes: svn path=/head/; revision=275391
Diffstat (limited to 'sys/netipsec/ipsec.h')
-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 fcb85f3bcf0a..bb8a047f8730 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)