Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
nfnetlink_acct.h
Go to the documentation of this file.
1 #ifndef _NFNL_ACCT_H_
2 #define _NFNL_ACCT_H_
3 
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 */