data

package
v0.0.0-...-81110d3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 13, 2016 License: AGPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SeccompWorkingMemory

type SeccompWorkingMemory struct {
	NR                 int32     // The system call number.
	Arch               uint32    // System call convention as an AUDIT_ARCH_* value.
	InstructionPointer uint64    // At the time of the system call.
	Args               [6]uint64 // System call arguments (always stored as 64-bit values).
}

SeccompWorkingMemory represents the piece of memory BPF is operating on when a program is running

type SockFprog

type SockFprog struct {
	Len    uint16           // Number of BPF machine instructions.
	Filter *unix.SockFilter // Pointer to the first instruction.
}

SockFprog contains a sock filter program

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL