Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
nfnetlink_acct.h
Go to the documentation of this file.
1 #ifndef _UAPI_NFNL_ACCT_H_
2 #define _UAPI_NFNL_ACCT_H_
3 
4 #ifndef NFACCT_NAME_MAX
5 #define NFACCT_NAME_MAX 32
6 #endif
7 
14 };
15 
23 };
24 #define NFACCT_MAX (__NFACCT_MAX - 1)
25 
26 
27 #endif /* _UAPI_NFNL_ACCT_H_ */