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