/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef __LINUX_BRIDGE_EBT_LOG_H #define __LINUX_BRIDGE_EBT_LOG_H #include <linux/types.h> #define EBT_LOG_IP … #define EBT_LOG_ARP … #define EBT_LOG_NFLOG … #define EBT_LOG_IP6 … #define EBT_LOG_MASK … #define EBT_LOG_PREFIX_SIZE … #define EBT_LOG_WATCHER … struct ebt_log_info { … }; #endif