summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/netfilter.h
diff options
context:
space:
mode:
authorPablo Neira Ayuso2018-11-12 16:26:44 +0100
committerPablo Neira Ayuso2018-12-01 12:38:32 +0100
commitc3e9305983597a61083482581e83f0bd77ba306a (patch)
treec78ebd5e99408ed02e5e3bdd9da8f421863a021e /include/uapi/linux/netfilter.h
parentnetfilter: Replace call_rcu_bh(), rcu_barrier_bh(), and synchronize_rcu_bh() (diff)
downloadkernel-qcow2-linux-c3e9305983597a61083482581e83f0bd77ba306a.tar.gz
kernel-qcow2-linux-c3e9305983597a61083482581e83f0bd77ba306a.tar.xz
kernel-qcow2-linux-c3e9305983597a61083482581e83f0bd77ba306a.zip
netfilter: remove NFC_* cache bits
These are very very (for long time unused) caching infrastructure definition, remove then. They have nothing to do with the NFC subsystem. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/uapi/linux/netfilter.h')
-rw-r--r--include/uapi/linux/netfilter.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/uapi/linux/netfilter.h b/include/uapi/linux/netfilter.h
index cca10e767cd8..ca9e63d6e0e4 100644
--- a/include/uapi/linux/netfilter.h
+++ b/include/uapi/linux/netfilter.h
@@ -34,10 +34,6 @@
/* only for userspace compatibility */
#ifndef __KERNEL__
-/* Generic cache responses from hook functions.
- <= 0x2000 is used for protocol-flags. */
-#define NFC_UNKNOWN 0x4000
-#define NFC_ALTERED 0x8000
/* NF_VERDICT_BITS should be 8 now, but userspace might break if this changes */
#define NF_VERDICT_BITS 16