summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2023-12-15 16:15:35 +0100
committerPhil Sutter <phil@nwl.cc>2024-03-06 15:40:37 +0100
commit9da7658c6e25b02f7eeef936835469f4174cbfec (patch)
tree4a677d5361593b7c74ade5cae4e61735a9791b07 /include/linux/netfilter
parent5029136028bff1747860ed770994b8f494c042fc (diff)
include: Sync nf_log.h with kernel headers
Next patch needs NF_LOG_PREFIXLEN define. Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'include/linux/netfilter')
-rw-r--r--include/linux/netfilter/nf_log.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/netfilter/nf_log.h b/include/linux/netfilter/nf_log.h
index 8be21e0..2ae0093 100644
--- a/include/linux/netfilter/nf_log.h
+++ b/include/linux/netfilter/nf_log.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _NETFILTER_NF_LOG_H
#define _NETFILTER_NF_LOG_H
@@ -9,4 +10,6 @@
#define NF_LOG_MACDECODE 0x20 /* Decode MAC header */
#define NF_LOG_MASK 0x2f
+#define NF_LOG_PREFIXLEN 128
+
#endif /* _NETFILTER_NF_LOG_H */