svn commit: r275390 - head/sys/netipsec

Andrey V. Elsukov ae at FreeBSD.org
Tue Dec 2 02:32:29 UTC 2014


Author: ae
Date: Tue Dec  2 02:32:28 2014
New Revision: 275390
URL: https://svnweb.freebsd.org/changeset/base/275390

Log:
  Remove unused declartations.
  
  Sponsored by:	Yandex LLC

Modified:
  head/sys/netipsec/ipsec6.h

Modified: head/sys/netipsec/ipsec6.h
==============================================================================
--- head/sys/netipsec/ipsec6.h	Tue Dec  2 02:16:30 2014	(r275389)
+++ head/sys/netipsec/ipsec6.h	Tue Dec  2 02:32:28 2014	(r275390)
@@ -59,23 +59,13 @@ VNET_DECLARE(int, ip6_ipsec_ecn);
 #define	V_ip6_ipsec_ecn		VNET(ip6_ipsec_ecn)
 
 struct inpcb;
-
 extern int ipsec6_in_reject __P((struct mbuf *, struct inpcb *));
 
-struct ip6_hdr;
-extern const char *ipsec6_logpacketstr __P((struct ip6_hdr *, u_int32_t));
-
 struct m_tag;
 extern int ipsec6_common_input(struct mbuf **mp, int *offp, int proto);
 extern int ipsec6_common_input_cb(struct mbuf *m, struct secasvar *sav,
 			int skip, int protoff, struct m_tag *mt);
 extern void esp6_ctlinput(int, struct sockaddr *, void *);
-
-struct ipsec_output_state;
-extern int ipsec6_output_trans __P((struct ipsec_output_state *, u_char *,
-	struct mbuf *, struct secpolicy *, int, int *));
-extern int ipsec6_output_tunnel __P((struct ipsec_output_state *,
-	struct secpolicy *, int));
 extern int ipsec6_process_packet(struct mbuf *, struct ipsecrequest *);
 #endif /*_KERNEL*/
 


More information about the svn-src-head mailing list