include/linux/dsa/tag_netc.h

Source file repositories/reference/linux-study-clean/include/linux/dsa/tag_netc.h

File Facts

System
Linux kernel
Corpus path
include/linux/dsa/tag_netc.h
Extension
.h
Size
216 bytes
Lines
15
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 __NET_DSA_TAG_NETC_H
#define __NET_DSA_TAG_NETC_H

#include <linux/skbuff.h>
#include <net/dsa.h>

#define NETC_TAG_MAX_LEN			14

#endif

Annotation

Implementation Notes