Skip to main content

Crate fidl_fuchsia_ebpf__common

Crate fidl_fuchsia_ebpf__common 

Source

Macros§

StructIdUnknown
Pattern that matches an unknown StructId member.

Structs§

MapFlags
Map flags.
MapSchema
Schema of an eBPF map.
ProgramId
An ID used to uniquely identify an eBPF program. The ID is the KOID of the [ProgramHandle].
StructAccess
Describes location of an instruction that accesses a struct field.

Enums§

MapType
Type of an eBPF maps.
StructId
An identifier of a struct that may be passed to an eBPF program.

Constants§

MAX_PROGRAM_INSTRUCTIONS
Maximum allowed number of instructions in an eBPF program.
MAX_PROGRAM_MAPS
Maximum number of maps an eBPF program can use.
PROGRAM_DEFUNCT_SIGNAL
The signal raised on a [ProgramHandle] to indicate that the program should be dropped.