Go to the documentation of this file. 1 #ifndef __LINUX_BRIDGE_EBT_VLAN_H
2 #define __LINUX_BRIDGE_EBT_VLAN_H
4 #include <linux/types.h>
6 #define EBT_VLAN_ID 0x01
7 #define EBT_VLAN_PRIO 0x02
8 #define EBT_VLAN_ENCAP 0x04
9 #define EBT_VLAN_MASK (EBT_VLAN_ID | EBT_VLAN_PRIO | EBT_VLAN_ENCAP)
10 #define EBT_VLAN_MATCH "vlan"