summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter_ipv4
diff options
context:
space:
mode:
authorDomen Puncer2005-08-15 02:32:05 +0200
committerDavid S. Miller2005-08-30 00:58:29 +0200
commitfb13ab2849074244a51ae5147483610529a29ced (patch)
tree858541a34d1e72632958bb788cf38b790d212757 /include/linux/netfilter_ipv4
parent[NET]: Store skb->timestamp as offset to a base timestamp (diff)
downloadkernel-qcow2-linux-fb13ab2849074244a51ae5147483610529a29ced.tar.gz
kernel-qcow2-linux-fb13ab2849074244a51ae5147483610529a29ced.tar.xz
kernel-qcow2-linux-fb13ab2849074244a51ae5147483610529a29ced.zip
[NETFILTER]: Remove two unused files
Signed-off-by: Domen Puncer <domen@coderock.org> Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/netfilter_ipv4')
-rw-r--r--include/linux/netfilter_ipv4/ip_logging.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/include/linux/netfilter_ipv4/ip_logging.h b/include/linux/netfilter_ipv4/ip_logging.h
deleted file mode 100644
index 0c5c52cb6589..000000000000
--- a/include/linux/netfilter_ipv4/ip_logging.h
+++ /dev/null
@@ -1,20 +0,0 @@
-/* IPv4 macros for the internal logging interface. */
-#ifndef __IP_LOGGING_H
-#define __IP_LOGGING_H
-
-#ifdef __KERNEL__
-#include <linux/socket.h>
-#include <linux/netfilter_logging.h>
-
-#define nf_log_ip_packet(pskb,hooknum,in,out,fmt,args...) \
- nf_log_packet(AF_INET,pskb,hooknum,in,out,fmt,##args)
-
-#define nf_log_ip(pfh,len,fmt,args...) \
- nf_log(AF_INET,pfh,len,fmt,##args)
-
-#define nf_ip_log_register(logging) nf_log_register(AF_INET,logging)
-#define nf_ip_log_unregister(logging) nf_log_unregister(AF_INET,logging)
-
-#endif /*__KERNEL__*/
-
-#endif /*__IP_LOGGING_H*/