aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter/nfnetlink_acct.h
blob: bb4bbc9b7a18c4834724eabe574b76670806c8c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef _NFNL_ACCT_H_
#define _NFNL_ACCT_H_

#include <uapi/linux/netfilter/nfnetlink_acct.h>


struct nf_acct;

extern struct nf_acct *nfnl_acct_find_get(const char *filter_name);
extern void nfnl_acct_put(struct nf_acct *acct);
extern void nfnl_acct_update(const struct sk_buff *skb, struct nf_acct *nfacct);

#endif /* _NFNL_ACCT_H */