cregit-Linux how code gets into the kernel

Release 4.16 include/linux/netfilter/nfnetlink_acct.h

/* SPDX-License-Identifier: GPL-2.0 */
#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 Ayuso4751.65%116.67%
Mathieu J. Poirier2729.67%116.67%
Andreas Schultz88.79%116.67%
Liping Zhang55.49%116.67%
David Howells33.30%116.67%
Greg Kroah-Hartman11.10%116.67%
Total91100.00%6100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.