Merge tag 'iio-fixes-for-3.16a' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.git] / include / linux / netfilter / nfnetlink_acct.h
CommitLineData
94139027
PNA
1#ifndef _NFNL_ACCT_H_
2#define _NFNL_ACCT_H_
3
94d0ec58 4#include <uapi/linux/netfilter/nfnetlink_acct.h>
94139027 5
683399ed
MP
6enum {
7 NFACCT_NO_QUOTA = -1,
8 NFACCT_UNDERQUOTA,
9 NFACCT_OVERQUOTA,
10};
94139027
PNA
11
12struct nf_acct;
13
a0f4ecf3
JP
14struct nf_acct *nfnl_acct_find_get(const char *filter_name);
15void nfnl_acct_put(struct nf_acct *acct);
16void nfnl_acct_update(const struct sk_buff *skb, struct nf_acct *nfacct);
683399ed
MP
17extern int nfnl_acct_overquota(const struct sk_buff *skb,
18 struct nf_acct *nfacct);
94139027 19#endif /* _NFNL_ACCT_H */
This page took 0.239314 seconds and 5 git commands to generate.