repo.or.cz
/
zen-stable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'v3.3.7' into 3.3/master
[zen-stable.git]
/
include
/
linux
/
netfilter
/
xt_nfacct.h
blob
3e19c8a8657685a150e5d0b6e0474b5768e9b176
1
#ifndef _XT_NFACCT_MATCH_H
2
#define _XT_NFACCT_MATCH_H
3
4
#include <linux/netfilter/nfnetlink_acct.h>
5
6
struct
nf_acct
;
7
8
struct
xt_nfacct_match_info
{
9
char
name
[
NFACCT_NAME_MAX
];
10
struct
nf_acct
*
nfacct
;
11
};
12
13
#endif
/* _XT_NFACCT_MATCH_H */