]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - include/uapi/linux/netfilter/xt_nfacct.h
netfilter: nft_ct: add zone id get support
[mirror_ubuntu-artful-kernel.git] / include / uapi / linux / netfilter / xt_nfacct.h
CommitLineData
ceb98d03
PNA
1#ifndef _XT_NFACCT_MATCH_H
2#define _XT_NFACCT_MATCH_H
3
4#include <linux/netfilter/nfnetlink_acct.h>
5
6struct nf_acct;
7
8struct xt_nfacct_match_info {
9 char name[NFACCT_NAME_MAX];
10 struct nf_acct *nfacct;
11};
12
13#endif /* _XT_NFACCT_MATCH_H */