Merge tag 'v3.7-rc3' into next to sync up with recent USB and MFD changes
[profile/ivi/kernel-adaptation-intel-automotive.git] / include / linux / netfilter / nfnetlink_acct.h
1 #ifndef _NFNL_ACCT_H_
2 #define _NFNL_ACCT_H_
3
4 #include <uapi/linux/netfilter/nfnetlink_acct.h>
5
6
7 struct nf_acct;
8
9 extern struct nf_acct *nfnl_acct_find_get(const char *filter_name);
10 extern void nfnl_acct_put(struct nf_acct *acct);
11 extern void nfnl_acct_update(const struct sk_buff *skb, struct nf_acct *nfacct);
12
13 #endif /* _NFNL_ACCT_H */