svn commit: r275391 - head/sys/netipsec

Andrey V. Elsukov ae at FreeBSD.org
Tue Dec 2 02:41:45 UTC 2014


Author: ae
Date: Tue Dec  2 02:41:44 2014
New Revision: 275391
URL: https://svnweb.freebsd.org/changeset/base/275391

Log:
  Remove unused structure declarations.
  
  Sponsored by:	Yandex LLC

Modified:
  head/sys/netipsec/ipsec.h

Modified: head/sys/netipsec/ipsec.h
==============================================================================
--- head/sys/netipsec/ipsec.h	Tue Dec  2 02:32:28 2014	(r275390)
+++ head/sys/netipsec/ipsec.h	Tue Dec  2 02:41:44 2014	(r275391)
@@ -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)
 


More information about the svn-src-all mailing list