Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland...
[GitHub/mt8127/android_kernel_alcatel_ttab.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
94139027
PNA
6
7struct nf_acct;
8
9extern struct nf_acct *nfnl_acct_find_get(const char *filter_name);
10extern void nfnl_acct_put(struct nf_acct *acct);
11extern void nfnl_acct_update(const struct sk_buff *skb, struct nf_acct *nfacct);
12
94139027 13#endif /* _NFNL_ACCT_H */