/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef _XT_LOG_H #define _XT_LOG_H /* make sure not to change this without changing nf_log.h:NF_LOG_* (!) */ #define XT_LOG_TCPSEQ … #define XT_LOG_TCPOPT … #define XT_LOG_IPOPT … #define XT_LOG_UID … #define XT_LOG_NFLOG … #define XT_LOG_MACDECODE … #define XT_LOG_MASK … struct xt_log_info { … }; #endif /* _XT_LOG_H */