cregit-Linux how code gets into the kernel

Release 4.12 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

PersonTokensPropCommitsCommitProp
Pablo Neira Ayuso4752.22%120.00%
Mathieu J. Poirier2730.00%120.00%
Andreas Schultz88.89%120.00%
Liping Zhang55.56%120.00%
David Howells33.33%120.00%
Total90100.00%5100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.