Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
xt_rpfilter.h
Go to the documentation of this file.
1 #ifndef _XT_RPATH_H
2 #define _XT_RPATH_H
3 
4 #include <linux/types.h>
5 
6 enum {
7  XT_RPFILTER_LOOSE = 1 << 0,
11 #ifdef __KERNEL__
12  XT_RPFILTER_OPTION_MASK = XT_RPFILTER_LOOSE |
16 #endif
17 };
18 
21 };
22 
23 #endif