package
0.0.0-20240720002214-37b2b8227b91
Repository: https://github.com/progrium/go-netstack.git
Documentation: pkg.go.dev

# Packages

Package gasket describes the userspace interface for Gasket devices.
Package linux contains the constants and types needed to interface with a Linux kernel.
Package nvgpu tracks the ABI of the Nvidia GPU Linux kernel driver: https://github.com/NVIDIA/open-gpu-kernel-modules.

# Constants

Host specifies the host ABI.
Linux is the Linux ABI.

# Interfaces

ABI is an interface that defines OS-specific interactions.

# Type aliases

A FlagSet is a slice of bit-flags and their name.
OS describes the target operating system for an ABI.
ValueSet is a map of syscall values to their name.