Release 4.10 include/linux/netfilter/nfnetlink_acct.h
#ifndef _NFNL_ACCT_H_
#define _NFNL_ACCT_H_
#include <uapi/linux/netfilter/nfnetlink_acct.h>
#include <net/net_namespace.h>
enum {
NFACCT_NO_QUOTA = -1,
NFACCT_UNDERQUOTA,
NFACCT_OVERQUOTA,
};
struct nf_acct;
struct nf_acct *nfnl_acct_find_get(struct net *net, 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);
int nfnl_acct_overquota(struct net *net, const struct sk_buff *skb,
struct nf_acct *nfacct);
#endif /* _NFNL_ACCT_H */
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
pablo neira ayuso | pablo neira ayuso | 47 | 52.22% | 1 | 20.00% |
mathieu j. poirier | mathieu j. poirier | 27 | 30.00% | 1 | 20.00% |
andreas schultz | andreas schultz | 8 | 8.89% | 1 | 20.00% |
liping zhang | liping zhang | 5 | 5.56% | 1 | 20.00% |
david howells | david howells | 3 | 3.33% | 1 | 20.00% |
| Total | 90 | 100.00% | 5 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.