3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-01 07:42:18 +00:00
Brooklyn/Documentation/bpf/index.rst

40 lines
770 B
ReStructuredText
Raw Permalink Normal View History

2022-04-02 13:12:00 +00:00
=================
BPF Documentation
=================
This directory contains documentation for the BPF (Berkeley Packet
Filter) facility, with a focus on the extended BPF version (eBPF).
This kernel side documentation is still work in progress.
2022-04-02 13:12:00 +00:00
The Cilium project also maintains a `BPF and XDP Reference Guide`_
that goes into great technical depth about the BPF Architecture.
.. toctree::
:maxdepth: 1
instruction-set
verifier
libbpf/index
2022-04-02 13:12:00 +00:00
btf
faq
syscall_api
helpers
2022-09-13 18:14:27 +00:00
kfuncs
programs
maps
bpf_prog_run
classic_vs_extended.rst
bpf_licensing
test_debug
other
2022-04-02 13:12:00 +00:00
.. only:: subproject and html
2022-04-02 13:12:00 +00:00
Indices
=======
2022-04-02 13:12:00 +00:00
* :ref:`genindex`
2022-04-02 13:12:00 +00:00
.. Links:
.. _BPF and XDP Reference Guide: https://docs.cilium.io/en/latest/bpf/