cregit-Linux how code gets into the kernel

Release 4.12 include/uapi/linux/netfilter/xt_nfacct.h

#ifndef _XT_NFACCT_MATCH_H

#define _XT_NFACCT_MATCH_H

#include <linux/netfilter/nfnetlink_acct.h>

struct nf_acct;


struct xt_nfacct_match_info {
	
char		name[NFACCT_NAME_MAX];
	
struct nf_acct	*nfacct;
};

#endif /* _XT_NFACCT_MATCH_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Pablo Neira Ayuso31100.00%1100.00%
Total31100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.