aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_input.c
diff options
context:
space:
mode:
authorGuido van Rooij <guido@FreeBSD.org>2000-02-23 20:11:57 +0000
committerGuido van Rooij <guido@FreeBSD.org>2000-02-23 20:11:57 +0000
commit6d37c73e26938038dc37a7302439505668a220e8 (patch)
tree642df74fec4174fe475707af112944c35e80d605 /sys/netinet/ip_input.c
parent7830d3c3a1e241ef7d2df798f0008e00818ae026 (diff)
Notes
Diffstat (limited to 'sys/netinet/ip_input.c')
-rw-r--r--sys/netinet/ip_input.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c
index 26cfdc807396..5d1bff38d53d 100644
--- a/sys/netinet/ip_input.c
+++ b/sys/netinet/ip_input.c
@@ -180,9 +180,7 @@ int fw_enable = 1 ;
ip_dn_ctl_t *ip_dn_ctl_ptr;
#endif
-#if defined(IPFILTER_LKM) || defined(IPFILTER)
int (*fr_checkp) __P((struct ip *, int, struct ifnet *, int, struct mbuf **)) = NULL;
-#endif
/*
@@ -380,7 +378,6 @@ tooshort:
#if defined(IPFIREWALL) && defined(DUMMYNET)
iphack:
#endif
-#if defined(IPFILTER) || defined(IPFILTER_LKM)
/*
* Check if we want to allow this packet to be processed.
* Consider it to be bad if not.
@@ -392,7 +389,6 @@ iphack:
return;
ip = mtod(m = m1, struct ip *);
}
-#endif
if (fw_enable && ip_fw_chk_ptr) {
#ifdef IPFIREWALL_FORWARD
/*