cregit-Linux how code gets into the kernel

Release 4.7 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);
extern int nfnl_acct_overquota(const struct sk_buff *skb,
			      struct nf_acct *nfacct);
#endif /* _NFNL_ACCT_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
pablo neira ayusopablo neira ayuso4754.65%125.00%
mathieu j. poiriermathieu j. poirier2832.56%125.00%
andreas schultzandreas schultz89.30%125.00%
david howellsdavid howells33.49%125.00%
Total86100.00%4100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}