/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef __LINUX_BRIDGE_EBT_VLAN_H #define __LINUX_BRIDGE_EBT_VLAN_H #include <linux/types.h> #define EBT_VLAN_ID … #define EBT_VLAN_PRIO … #define EBT_VLAN_ENCAP … #define EBT_VLAN_MASK … #define EBT_VLAN_MATCH … struct ebt_vlan_info { … }; #endif