cregit-Linux how code gets into the kernel

Release 4.12 include/uapi/linux/netfilter_ipv4/ipt_ecn.h

#ifndef _IPT_ECN_H

#define _IPT_ECN_H

#include <linux/netfilter/xt_ecn.h>

#define ipt_ecn_info xt_ecn_info

enum {
	
IPT_ECN_IP_MASK       = XT_ECN_IP_MASK,
	
IPT_ECN_OP_MATCH_IP   = XT_ECN_OP_MATCH_IP,
	
IPT_ECN_OP_MATCH_ECE  = XT_ECN_OP_MATCH_ECE,
	
IPT_ECN_OP_MATCH_CWR  = XT_ECN_OP_MATCH_CWR,
	
IPT_ECN_OP_MATCH_MASK = XT_ECN_OP_MATCH_MASK,
};

#endif /* IPT_ECN_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Jan Engelhardt2974.36%266.67%
Harald Welte1025.64%133.33%
Total39100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.