include/uapi/linux/can/vxcan.h

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

File Facts

System
Linux kernel
Corpus path
include/uapi/linux/can/vxcan.h
Extension
.h
Size
242 bytes
Lines
14
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

#ifndef _UAPI_CAN_VXCAN_H
#define _UAPI_CAN_VXCAN_H

enum {
	VXCAN_INFO_UNSPEC,
	VXCAN_INFO_PEER,

	__VXCAN_INFO_MAX
#define VXCAN_INFO_MAX	(__VXCAN_INFO_MAX - 1)
};

#endif

Annotation

Implementation Notes