include/uapi/linux/netfilter/xt_LED.h

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

File Facts

System
Linux kernel
Corpus path
include/uapi/linux/netfilter/xt_LED.h
Extension
.h
Size
470 bytes
Lines
17
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_led_info {
	char id[27];        /* Unique ID for this trigger in the LED class */
	__u8 always_blink;  /* Blink even if the LED is already on */
	__u32 delay;        /* Delay until LED is switched off after trigger */

	/* Kernel data used in the module */
	void *internal_data __attribute__((aligned(8)));
};

#endif /* _XT_LED_H */

Annotation

Implementation Notes