/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef __LINUX_BRIDGE_EBT_MARK_M_H #define __LINUX_BRIDGE_EBT_MARK_M_H #include <linux/types.h> #define EBT_MARK_AND … #define EBT_MARK_OR … #define EBT_MARK_MASK … struct ebt_mark_m_info { … }; #define EBT_MARK_MATCH … #endif