cregit-Linux how code gets into the kernel

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

#ifndef _XT_RATEEST_TARGET_H

#define _XT_RATEEST_TARGET_H

#include <linux/types.h>
#include <linux/if.h>


struct xt_rateest_target_info {
	
char			name[IFNAMSIZ];
	
__s8			interval;
	
__u8		ewma_log;

	/* Used internally by the kernel */
	
struct xt_rateest	*est __attribute__((aligned(8)));
};

#endif /* _XT_RATEEST_TARGET_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Patrick McHardy3880.85%125.00%
Arnd Bergmann510.64%125.00%
Mikko Rapeli36.38%125.00%
Jan Engelhardt12.13%125.00%
Total47100.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.