Use dentry_path() to create full path to inode object
[pohmelfs.git] / include / linux / netfilter / xt_nfacct.h
blob3e19c8a8657685a150e5d0b6e0474b5768e9b176
1 #ifndef _XT_NFACCT_MATCH_H
2 #define _XT_NFACCT_MATCH_H
4 #include <linux/netfilter/nfnetlink_acct.h>
6 struct nf_acct;
8 struct xt_nfacct_match_info {
9 char name[NFACCT_NAME_MAX];
10 struct nf_acct *nfacct;
13 #endif /* _XT_NFACCT_MATCH_H */