From 1b181171ae63e565fff3af7d33d65d39a0d9e4cf Mon Sep 17 00:00:00 2001 From: rrs Date: Thu, 18 Jan 2007 09:58:43 +0000 Subject: - most all includes (#include <>) migrate to the sctp_os_bsd.h file - Finally all splxx() are removed - Count error fixed in mapping array which might cause a wrong cumack generation. - Invariants around panic for case D + printf when no invariants. - one-to-one model race condition fixed by using a pre-formed connection and then completing the work so accept won't happen on a non-formed association. - Some additional paranoia checks in sctp_output. - Locks that were missing in the accept code. Approved by: gnn --- sys/netinet/sctp_peeloff.c | 40 ---------------------------------------- 1 file changed, 40 deletions(-) (limited to 'sys/netinet/sctp_peeloff.c') diff --git a/sys/netinet/sctp_peeloff.c b/sys/netinet/sctp_peeloff.c index 2589598..d621947 100644 --- a/sys/netinet/sctp_peeloff.c +++ b/sys/netinet/sctp_peeloff.c @@ -33,41 +33,6 @@ #include __FBSDID("$FreeBSD$"); - -#include "opt_ipsec.h" -#include "opt_inet6.h" -#include "opt_inet.h" - -#include "opt_sctp.h" - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#ifdef INET6 -#include -#endif -#include -#include -#include -#ifdef INET6 -#include -#endif -#include -#include #include #include #include @@ -77,11 +42,6 @@ __FBSDID("$FreeBSD$"); #include #include -#ifdef IPSEC -#include -#include -#endif /* IPSEC */ - #ifdef SCTP_DEBUG extern uint32_t sctp_debug_on; -- cgit v1.1