include/uapi/linux/netfilter/xt_RATEEST.h

Source file repositories/reference/linux-study-clean/include/uapi/linux/netfilter/xt_RATEEST.h

File Facts

System
Linux kernel
Corpus path
include/uapi/linux/netfilter/xt_RATEEST.h
Extension
.h
Size
390 bytes
Lines
18
Domain
Core OS
Bucket
Core Kernel Interface
Inferred role
Core OS: implementation source
Status
source implementation candidate

Why This File Exists

Core operating-system implementation surface: boot, tasks, memory, VFS, syscall-facing interfaces, synchronization, credentials, and isolation.

Dependency Surface

Detected Declarations

Annotated Snippet

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 */

Annotation

Implementation Notes