tizen 2.3.1 release
[external/iptables.git] / include / linux / netfilter / xt_nfacct.h
1 #ifndef _XT_NFACCT_MATCH_H
2 #define _XT_NFACCT_MATCH_H
3
4 #include <linux/types.h>
5
6 #ifndef NFACCT_NAME_MAX
7 #define NFACCT_NAME_MAX 32
8 #endif
9
10 struct nf_acct;
11
12 struct xt_nfacct_match_info {
13         char            name[NFACCT_NAME_MAX];
14         struct nf_acct  *nfacct;
15 };
16
17 #endif /* _XT_NFACCT_MATCH_H */