package
0.0.0-20240720002214-37b2b8227b91
Repository: https://github.com/progrium/go-netstack.git
Documentation: pkg.go.dev
# Functions
CreateDevtmpfsFile creates a /dev/accel[0-9]+ device file.
segmentAfterPosition returns the successor segment of the position given by n.children[i], which may or may not contain a child.
segmentBeforePosition returns the predecessor segment of the position given by n.children[i], which may or may not contain a child.
No description provided by the author
No description provided by the author
Filters returns seccomp-bpf filters for this package.
Register registers all devices implemented by this package in vfsObj.
# Constants
No description provided by the author
minDegree is the minimum degree of an internal node in a Set B-tree.
trackGaps is an optional parameter.
# Structs
A GapIterator is conceptually one of:
- A pointer to a position between two segments, before the first segment, or after the last segment in a set, called a *gap*; or
- A terminal iterator, which is a sentinel indicating that the end of iteration has been reached.
A Iterator is conceptually one of:
- A pointer to a segment in a set; or
- A terminal iterator, which is a sentinel indicating that the end of iteration has been reached.
+stateify savable.
A Range represents a contiguous range of T.
SegmentDataSlices represents segments from a set as slices of start, end, and values.
A Set is a mapping of segments with non-overlapping Range keys.
# Type aliases
dynamicGap is a type that disappears if trackGaps is 0.