include/uapi/linux/tc_act/tc_defact.h

Source file repositories/reference/linux-study-clean/include/uapi/linux/tc_act/tc_defact.h

File Facts

System
Linux kernel
Corpus path
include/uapi/linux/tc_act/tc_defact.h
Extension
.h
Size
322 bytes
Lines
22
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 tc_defact {
	tc_gen;
};

enum {
	TCA_DEF_UNSPEC,
	TCA_DEF_TM,
	TCA_DEF_PARMS,
	TCA_DEF_DATA,
	TCA_DEF_PAD,
	__TCA_DEF_MAX
};
#define TCA_DEF_MAX (__TCA_DEF_MAX - 1)

#endif

Annotation

Implementation Notes