include/uapi/linux/netfilter/xt_connbytes.h

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

File Facts

System
Linux kernel
Corpus path
include/uapi/linux/netfilter/xt_connbytes.h
Extension
.h
Size
577 bytes
Lines
28
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_connbytes_info {
	struct {
		__aligned_u64 from;	/* count to be matched */
		__aligned_u64 to;	/* count to be matched */
	} count;
	__u8 what;		/* ipt_connbytes_what */
	__u8 direction;	/* ipt_connbytes_direction */
};
#endif

Annotation

Implementation Notes