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.