brintos

brintos / linux-shallow public Read only

0
0
Text · 609 B · d52c705 Raw
23 lines · plain
1.. SPDX-License-Identifier: GPL-2.02.. include:: ../../disclaimer-zh_CN.rst3 4:Original: Documentation/userspace-api/ebpf/index.rst5 6:翻译:7 8 李睿 Rui Li <me@lirui.org>9 10eBPF 用户空间API11================12 13eBPF是一种在Linux内核中提供沙箱化运行环境的机制,它可以在不改变内核源码或加载14内核模块的情况下扩展运行时和编写工具。eBPF程序能够被附加到各种内核子系统中,包15括网络,跟踪和Linux安全模块(LSM)等。16 17关于eBPF的内部内核文档,请查看 Documentation/bpf/index.rst 。18 19.. toctree::20   :maxdepth: 121 22   syscall23