package
0.0.0-20240720002214-37b2b8227b91
Repository: https://github.com/progrium/go-netstack.git
Documentation: pkg.go.dev
# Functions
NewRegistry creates a new shm registry.
# Constants
CtxDeviceID is a Context.Value key for kernel.Kernel.sysVShmDevID, which this package cannot refer to due to dependency cycles.
enableLogging indicates whether reference-related events should be logged (with stack traces).
# Variables
obj is used to customize logging.
# Structs
AttachOpts describes various flags passed to shmat(2).
Registry tracks all shared memory segments in an IPC namespace.
Shm represents a single shared memory segment.
Refs implements refs.RefCounter.