Module bpf

Module bpf 

Source
Expand description

Implementation of (e)BPF.

BPF stands for Berkeley Packet Filter and is an API introduced in BSD that allows filtering network packets by running little programs in the kernel. eBPF stands for extended BFP and is a Linux extension of BPF that allows hooking BPF programs into many different non-networking-related contexts.

Modules§

attachments
context
fs
program
syscalls

Structs§

BpfMap
A BPF map and Starnix-specific metadata.
EbpfState
Stores global eBPF state.

Enums§

BpfMapReleaserAction

Type Aliases§

BpfMapHandle
BpfMapReleaser
WeakBpfMapHandle