include/uapi/linux/tc_ematch/tc_em_text.h

Source file repositories/reference/linux-study-clean/include/uapi/linux/tc_ematch/tc_em_text.h

File Facts

System
Linux kernel
Corpus path
include/uapi/linux/tc_ematch/tc_em_text.h
Extension
.h
Size
384 bytes
Lines
21
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 tcf_em_text {
	char		algo[TC_EM_TEXT_ALGOSIZ];
	__u16		from_offset;
	__u16		to_offset;
	__u16		pattern_len;
	__u8		from_layer:4;
	__u8		to_layer:4;
	__u8		pad;
};

#endif

Annotation

Implementation Notes