]> Git Repo - linux.git/blob - include/linux/netfilter/nfnetlink_acct.h
powerpc/numa: Enable USE_PERCPU_NUMA_NODE_ID
[linux.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 struct nf_acct *nfnl_acct_find_get(const char *filter_name);
10 void nfnl_acct_put(struct nf_acct *acct);
11 void nfnl_acct_update(const struct sk_buff *skb, struct nf_acct *nfacct);
12
13 #endif /* _NFNL_ACCT_H */
This page took 0.034484 seconds and 4 git commands to generate.