include/net/psp.h
Source file repositories/reference/linux-study-clean/include/net/psp.h
File Facts
- System
- Linux kernel
- Corpus path
include/net/psp.h- Extension
.h- Size
- 278 bytes
- Lines
- 13
- Domain
- Networking Core
- Bucket
- Sockets, Protocols, Packet Path, And Network Policy
- Inferred role
- Networking Core: implementation source
- Status
- source implementation candidate
Why This File Exists
Networking stack implementation surface: socket APIs, protocol dispatch, packet flow, routing, filtering, and network namespaces.
- Networking stack implementation surface: socket APIs, protocol dispatch, packet flow, routing, filtering, and network namespaces.
Dependency Surface
uapi/linux/psp.hnet/psp/functions.hnet/psp/types.h
Detected Declarations
- No top-level syscall, struct, function, initcall, or export declaration detected by the generator.
Annotated Snippet
#ifndef __NET_PSP_ALL_H
#define __NET_PSP_ALL_H
#include <uapi/linux/psp.h>
#include <net/psp/functions.h>
#include <net/psp/types.h>
/* Do not add any code here. Put it in the sub-headers instead. */
#endif /* __NET_PSP_ALL_H */
Annotation
- Immediate include surface: `uapi/linux/psp.h`, `net/psp/functions.h`, `net/psp/types.h`.
- Atlas domain: Networking Core / Sockets, Protocols, Packet Path, And Network Policy.
- Implementation status: source implementation candidate.
Implementation Notes
- This generated page is the file-by-file coverage layer; curated subsystem chapters should link here when they synthesize a multi-file control flow.
- Core OS pages should be promoted from atlas-only to deep-reviewed when they explain data structures, invariants, locking, lifecycle, and C implementation snippets.
- Driver-family pages are intentionally pattern-oriented unless they are part of the selected PCIe/NVMe representative device path.