18 lines · plain
1.. SPDX-License-Identifier: GPL-2.02 3eBPF Userspace API4==================5 6eBPF is a kernel mechanism to provide a sandboxed runtime environment in the7Linux kernel for runtime extension and instrumentation without changing kernel8source code or loading kernel modules. eBPF programs can be attached to various9kernel subsystems, including networking, tracing and Linux security modules10(LSM).11 12For internal kernel documentation on eBPF, see Documentation/bpf/index.rst.13 14.. toctree::15 :maxdepth: 116 17 syscall18