Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
ebt_mark_m.h
Go to the documentation of this file.
1 #ifndef __LINUX_BRIDGE_EBT_MARK_M_H
2 #define __LINUX_BRIDGE_EBT_MARK_M_H
3 
4 #include <linux/types.h>
5 
6 #define EBT_MARK_AND 0x01
7 #define EBT_MARK_OR 0x02
8 #define EBT_MARK_MASK (EBT_MARK_AND | EBT_MARK_OR)
10  unsigned long mark, mask;
13 };
14 #define EBT_MARK_MATCH "mark_m"
15 
16 #endif