cregit-Linux how code gets into the kernel

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

#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 Engelhardt2160.00%250.00%
Harald Welte925.71%125.00%
Arnd Bergmann514.29%125.00%
Total35100.00%4100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.