package
0.0.0-20240720002214-37b2b8227b91
Repository: https://github.com/progrium/go-netstack.git
Documentation: pkg.go.dev
# Packages
Package linux provides syscall tables for amd64 and arm64 Linux.
# Functions
CapError gives a syscall function that checks for capability c.
Error returns a syscall handler that will always give the passed error.
ErrorWithEvent gives a syscall function that sends an unimplemented syscall event via the event channel and returns the passed error.
PartiallySupported returns a syscall that has a partial implementation.
PartiallySupportedPoint returns a syscall that has a partial implementation with a correspoding seccheck.Point.
Supported returns a syscall that is fully supported.
SupportedPoint returns a syscall that is fully supported with a correspoding seccheck.Point.