netfilter: nf_conntrack: flush net_gre->keymap_list only from gre helper
[linux-2.6-block.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
a0f4ecf3
JP
9struct nf_acct *nfnl_acct_find_get(const char *filter_name);
10void nfnl_acct_put(struct nf_acct *acct);
11void nfnl_acct_update(const struct sk_buff *skb, struct nf_acct *nfacct);
94139027 12
94139027 13#endif /* _NFNL_ACCT_H */