cregit-Linux how code gets into the kernel

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

/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#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 Westphal6298.41%150.00%
Greg Kroah-Hartman11.59%150.00%
Total63100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.