patch-1.3.33 linux/include/net/netlink.h

Next file: linux/init/main.c
Previous file: linux/include/linux/user.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.32/linux/include/net/netlink.h linux/include/net/netlink.h
@@ -1,8 +1,11 @@
+#ifndef __NET_NETLINK_H
+#define __NET_NETLINK_H
 #define NET_MAJOR 18		/* Major 18 is reserved for networking 		*/
 #define MAX_LINKS 3		/* 18,0 for route updates, 18,1 for SKIP 	*/
 #define MAX_QBYTES 32768	/* Maximum bytes in the queue 			*/
 
 extern int netlink_attach(int unit, int (*function)(struct sk_buff *skb));
+extern int netlink_donothing(struct sk_buff *skb);
 extern void netlink_detach(int unit);
 extern int netlink_post(int unit, struct sk_buff *skb);
 extern void init_netlink(void);
@@ -10,4 +13,11 @@
 #define NETLINK_ROUTE		0	/* Routing/device hook				*/
 #define NETLINK_SKIP		1	/* Reserved for ENskip  			*/
 #define NETLINK_USERSOCK	2	/* Reserved for user mode socket protocols 	*/
+#define NETLINK_FIREWALL	3	/* Firewalling hook				*/
 
+#ifdef CONFIG_RTNETLINK
+extern void ip_netlink_msg(unsigned long, __u32, __u32, __u32, short, short, char *);
+#else
+#define ip_netlink_msg(a,b,c,d,e,f,g)
+#endif
+#endif

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