//
pkg.gl
Category
github.com/progrium/go-netstack
gvisor
pkg
abi
package
0.0.0-20240720002214-37b2b8227b91
Repository:
https://github.com/progrium/go-netstack.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
5
Files
71 SLOC
#
Packages
gasket
Package gasket describes the userspace interface for Gasket devices.
linux
Package linux contains the constants and types needed to interface with a Linux kernel.
nvgpu
Package nvgpu tracks the ABI of the Nvidia GPU Linux kernel driver: https://github.com/NVIDIA/open-gpu-kernel-modules.
#
Constants
Host
Host specifies the host ABI.
Linux
Linux is the Linux ABI.
#
Interfaces
ABI
ABI is an interface that defines OS-specific interactions.
#
Type aliases
FlagSet
A FlagSet is a slice of bit-flags and their name.
OS
OS describes the target operating system for an ABI.
ValueSet
ValueSet is a map of syscall values to their name.