summaryrefslogblamecommitdiffstats
path: root/include/linux/netfilter/nfnetlink_acct.h
blob: b2e85e59f76085cb0e56294c78b63d3a04a0762a (plain) (tree)
1
2
3
4
5
6
7
8


                     
                                                
 


               


                                                                         
 
                         
#ifndef _NFNL_ACCT_H_
#define _NFNL_ACCT_H_

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


struct nf_acct;

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

#endif /* _NFNL_ACCT_H */