2018-05-14 21:42:12 +08:00
|
|
|
=================
|
2018-07-26 13:03:05 +08:00
|
|
|
BPF Documentation
|
2018-05-14 21:42:12 +08:00
|
|
|
=================
|
|
|
|
|
|
|
|
This directory contains documentation for the BPF (Berkeley Packet
|
|
|
|
Filter) facility, with a focus on the extended BPF version (eBPF).
|
|
|
|
|
2021-11-20 00:32:15 +08:00
|
|
|
This kernel side documentation is still work in progress.
|
2018-05-14 21:42:12 +08:00
|
|
|
The Cilium project also maintains a `BPF and XDP Reference Guide`_
|
|
|
|
that goes into great technical depth about the BPF Architecture.
|
|
|
|
|
2019-01-19 05:56:49 +08:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
2021-11-20 00:32:15 +08:00
|
|
|
verifier
|
2021-11-13 05:17:24 +08:00
|
|
|
libbpf/index
|
2023-07-11 02:30:27 +08:00
|
|
|
standardization/index
|
2019-01-19 05:56:49 +08:00
|
|
|
btf
|
2021-11-13 05:17:24 +08:00
|
|
|
faq
|
|
|
|
syscall_api
|
|
|
|
helpers
|
2022-07-21 21:42:37 +08:00
|
|
|
kfuncs
|
2023-01-25 22:38:14 +08:00
|
|
|
cpumasks
|
2023-11-30 07:44:14 +08:00
|
|
|
fs_kfuncs
|
2021-11-13 05:17:24 +08:00
|
|
|
programs
|
|
|
|
maps
|
2022-03-09 18:53:43 +08:00
|
|
|
bpf_prog_run
|
2021-12-23 18:19:04 +08:00
|
|
|
classic_vs_extended.rst
|
2022-12-03 06:17:10 +08:00
|
|
|
bpf_iterators
|
2021-09-18 07:00:34 +08:00
|
|
|
bpf_licensing
|
2021-11-13 05:17:24 +08:00
|
|
|
test_debug
|
2022-10-02 11:20:23 +08:00
|
|
|
clang-notes
|
2023-08-28 23:59:46 +08:00
|
|
|
linux-notes
|
2021-11-13 05:17:24 +08:00
|
|
|
other
|
2022-11-15 22:49:21 +08:00
|
|
|
redirect
|
2021-09-18 07:00:34 +08:00
|
|
|
|
2021-11-13 05:17:24 +08:00
|
|
|
.. only:: subproject and html
|
2021-09-18 07:00:34 +08:00
|
|
|
|
2021-11-13 05:17:24 +08:00
|
|
|
Indices
|
|
|
|
=======
|
2020-07-19 00:51:04 +08:00
|
|
|
|
2021-11-13 05:17:24 +08:00
|
|
|
* :ref:`genindex`
|
2020-07-19 00:51:04 +08:00
|
|
|
|
2018-05-14 21:42:12 +08:00
|
|
|
.. Links:
|
2021-11-20 00:32:15 +08:00
|
|
|
.. _BPF and XDP Reference Guide: https://docs.cilium.io/en/latest/bpf/
|