include/uapi/linux/connector.h

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

File Facts

System
Linux kernel
Corpus path
include/uapi/linux/connector.h
Extension
.h
Size
2267 bytes
Lines
82
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 cb_id {
	__u32 idx;
	__u32 val;
};

struct cn_msg {
	struct cb_id id;

	__u32 seq;
	__u32 ack;

	__u16 len;		/* Length of the following data */
	__u16 flags;
	__u8 data[];
};

#endif /* _UAPI__CONNECTOR_H */

Annotation

Implementation Notes