cregit-Linux how code gets into the kernel

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

#ifndef _XT_RPATH_H

#define _XT_RPATH_H

#include <linux/types.h>

enum {
	
XT_RPFILTER_LOOSE = 1 << 0,
	
XT_RPFILTER_VALID_MARK = 1 << 1,
	
XT_RPFILTER_ACCEPT_LOCAL = 1 << 2,
	
XT_RPFILTER_INVERT = 1 << 3,
#ifdef __KERNEL__
	
XT_RPFILTER_OPTION_MASK = XT_RPFILTER_LOOSE |
				  XT_RPFILTER_VALID_MARK |
				  XT_RPFILTER_ACCEPT_LOCAL |
				  XT_RPFILTER_INVERT,
#endif
};


struct xt_rpfilter_info {
	
__u8 flags;
};

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Florian Westphal62100.00%1100.00%
Total62100.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.