Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
nfnetlink_cthelper.h
Go to the documentation of this file.
1 #ifndef _NFNL_CTHELPER_H_
2 #define _NFNL_CTHELPER_H_
3 
4 #define NFCT_HELPER_STATUS_DISABLED 0
5 #define NFCT_HELPER_STATUS_ENABLED 1
6 
12 };
13 
23 };
24 #define NFCTH_MAX (__NFCTH_MAX - 1)
25 
35 };
36 #define NFCTH_POLICY_SET_MAX (__NFCTH_POLICY_SET_MAX - 1)
37 
44 };
45 #define NFCTH_POLICY_MAX (__NFCTH_POLICY_MAX - 1)
46 
52 };
53 #define NFCTH_TUPLE_MAX (__NFCTH_TUPLE_MAX - 1)
54 
55 #endif /* _NFNL_CTHELPER_H */