cregit-Linux how code gets into the kernel

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

/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _XT_MARK_H

#define _XT_MARK_H

#include <linux/types.h>


struct xt_mark_tginfo2 {
	

__u32 mark, mask;
};


struct xt_mark_mtinfo1 {
	

__u32 mark, mask;
	
__u8 invert;
};

#endif /*_XT_MARK_H*/

Overall Contributors

PersonTokensPropCommitsCommitProp
Jan Engelhardt2158.33%240.00%
Harald Welte925.00%120.00%
Arnd Bergmann513.89%120.00%
Greg Kroah-Hartman12.78%120.00%
Total36100.00%5100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.