···34343535/* only for userspace compatibility */3636#ifndef __KERNEL__3737-/* Generic cache responses from hook functions.3838- <= 0x2000 is used for protocol-flags. */3939-#define NFC_UNKNOWN 0x40004040-#define NFC_ALTERED 0x800041374238/* NF_VERDICT_BITS should be 8 now, but userspace might break if this changes */4339#define NF_VERDICT_BITS 16
-10
include/uapi/linux/netfilter_decnet.h
···15151616#include <limits.h> /* for INT_MIN, INT_MAX */17171818-/* IP Cache bits. */1919-/* Src IP address. */2020-#define NFC_DN_SRC 0x00012121-/* Dest IP address. */2222-#define NFC_DN_DST 0x00022323-/* Input device. */2424-#define NFC_DN_IF_IN 0x00042525-/* Output device. */2626-#define NFC_DN_IF_OUT 0x00082727-2818/* kernel define is in netfilter_defs.h */2919#define NF_DN_NUMHOOKS 73020#endif /* ! __KERNEL__ */
-28
include/uapi/linux/netfilter_ipv4.h
···13131414#include <limits.h> /* for INT_MIN, INT_MAX */15151616-/* IP Cache bits. */1717-/* Src IP address. */1818-#define NFC_IP_SRC 0x00011919-/* Dest IP address. */2020-#define NFC_IP_DST 0x00022121-/* Input device. */2222-#define NFC_IP_IF_IN 0x00042323-/* Output device. */2424-#define NFC_IP_IF_OUT 0x00082525-/* TOS. */2626-#define NFC_IP_TOS 0x00102727-/* Protocol. */2828-#define NFC_IP_PROTO 0x00202929-/* IP options. */3030-#define NFC_IP_OPTIONS 0x00403131-/* Frag & flags. */3232-#define NFC_IP_FRAG 0x00803333-3434-/* Per-protocol information: only matters if proto match. */3535-/* TCP flags. */3636-#define NFC_IP_TCPFLAGS 0x01003737-/* Source port. */3838-#define NFC_IP_SRC_PT 0x02003939-/* Dest port. */4040-#define NFC_IP_DST_PT 0x04004141-/* Something else about the proto */4242-#define NFC_IP_PROTO_UNKNOWN 0x20004343-4416/* IP Hooks */4517/* After promisc drops, checksum checks. */4618#define NF_IP_PRE_ROUTING 0
-29
include/uapi/linux/netfilter_ipv6.h
···16161717#include <limits.h> /* for INT_MIN, INT_MAX */18181919-/* IP Cache bits. */2020-/* Src IP address. */2121-#define NFC_IP6_SRC 0x00012222-/* Dest IP address. */2323-#define NFC_IP6_DST 0x00022424-/* Input device. */2525-#define NFC_IP6_IF_IN 0x00042626-/* Output device. */2727-#define NFC_IP6_IF_OUT 0x00082828-/* TOS. */2929-#define NFC_IP6_TOS 0x00103030-/* Protocol. */3131-#define NFC_IP6_PROTO 0x00203232-/* IP options. */3333-#define NFC_IP6_OPTIONS 0x00403434-/* Frag & flags. */3535-#define NFC_IP6_FRAG 0x00803636-3737-3838-/* Per-protocol information: only matters if proto match. */3939-/* TCP flags. */4040-#define NFC_IP6_TCPFLAGS 0x01004141-/* Source port. */4242-#define NFC_IP6_SRC_PT 0x02004343-/* Dest port. */4444-#define NFC_IP6_DST_PT 0x04004545-/* Something else about the proto */4646-#define NFC_IP6_PROTO_UNKNOWN 0x20004747-4819/* IP6 Hooks */4920/* After promisc drops, checksum checks. */5021#define NF_IP6_PRE_ROUTING 0