Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
xt_physdev.h
Go to the documentation of this file.
1 #ifndef _UAPI_XT_PHYSDEV_H
2 #define _UAPI_XT_PHYSDEV_H
3 
4 #include <linux/types.h>
5 
6 
7 #define XT_PHYSDEV_OP_IN 0x01
8 #define XT_PHYSDEV_OP_OUT 0x02
9 #define XT_PHYSDEV_OP_BRIDGED 0x04
10 #define XT_PHYSDEV_OP_ISIN 0x08
11 #define XT_PHYSDEV_OP_ISOUT 0x10
12 #define XT_PHYSDEV_OP_MASK (0x20 - 1)
13 
21 };
22 
23 #endif /* _UAPI_XT_PHYSDEV_H */