patch-1.3.86 linux/net/netsyms.c
Next file: linux/net/unix/af_unix.c
Previous file: linux/net/netrom/af_netrom.c
Back to the patch index
Back to the overall index
- Lines: 41
- Date:
Tue Apr 9 14:37:19 1996
- Orig file:
v1.3.85/linux/net/netsyms.c
- Orig date:
Mon Apr 8 19:01:47 1996
diff -u --recursive --new-file v1.3.85/linux/net/netsyms.c linux/net/netsyms.c
@@ -11,7 +11,6 @@
#include <linux/in.h>
#include <linux/net.h>
#include <linux/netdevice.h>
-#include <linux/firewall.h>
#include <linux/trdevice.h>
#include <linux/ioport.h>
@@ -81,12 +80,6 @@
X(destroy_EII_client),
#endif
-#ifdef CONFIG_FIREWALL
- /* Firewall registration */
- X(register_firewall),
- X(unregister_firewall),
-#endif
-
#ifdef CONFIG_INET
/* Internet layer registration */
X(inet_add_protocol),
@@ -148,6 +141,7 @@
X(ether_setup),
X(eth_type_trans),
X(eth_copy_and_sum),
+ X(arp_query),
X(alloc_skb),
X(kfree_skb),
X(skb_clone),
@@ -169,11 +163,6 @@
X(tty_register_ldisc),
X(kill_fasync),
X(arp_query),
-#ifdef CONFIG_FIREWALL
- X(call_in_firewall),
- X(call_out_firewall),
- X(call_fw_firewall),
-#endif
#endif /* CONFIG_INET */
#include <linux/symtab_end.h>
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this