cregit-Linux how code gets into the kernel

Release 4.16 include/uapi/linux/netfilter/xt_connlabel.h

/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#include <linux/types.h>


#define XT_CONNLABEL_MAXBIT 127

enum xt_connlabel_mtopts {
	
XT_CONNLABEL_OP_INVERT = 1 << 0,
	
XT_CONNLABEL_OP_SET    = 1 << 1,
};


struct xt_connlabel_mtinfo {
	
__u16 bit;
	
__u16 options;
};

Overall Contributors

PersonTokensPropCommitsCommitProp
Florian Westphal3497.14%150.00%
Greg Kroah-Hartman12.86%150.00%
Total35100.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.