Go to the documentation of this file. 1 #ifndef __LINUX_BRIDGE_EBT_MARK_M_H
2 #define __LINUX_BRIDGE_EBT_MARK_M_H
4 #include <linux/types.h>
6 #define EBT_MARK_AND 0x01
7 #define EBT_MARK_OR 0x02
8 #define EBT_MARK_MASK (EBT_MARK_AND | EBT_MARK_OR)
14 #define EBT_MARK_MATCH "mark_m"