Back to home page

OSCL-LXR

 
 

    


0001 .. SPDX-License-Identifier: GPL-2.0
0002 
0003 eBPF Userspace API
0004 ==================
0005 
0006 eBPF is a kernel mechanism to provide a sandboxed runtime environment in the
0007 Linux kernel for runtime extension and instrumentation without changing kernel
0008 source code or loading kernel modules. eBPF programs can be attached to various
0009 kernel subsystems, including networking, tracing and Linux security modules
0010 (LSM).
0011 
0012 For internal kernel documentation on eBPF, see Documentation/bpf/index.rst.
0013 
0014 .. toctree::
0015    :maxdepth: 1
0016 
0017    syscall