Skip to content

Commit a62f68c

Browse files
joestringerborkmann
authored andcommitted
doc: Add link to bpf helpers man page
The bpf-helpers(7) man pages provide an invaluable description of the functions that an eBPF program can call at runtime. Link them here. Signed-off-by: Joe Stringer <[email protected]> Signed-off-by: Daniel Borkmann <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]
1 parent 9efa9e4 commit a62f68c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Documentation/bpf/index.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ Two sets of Questions and Answers (Q&A) are maintained.
3636
bpf_devel_QA
3737

3838

39+
Helper functions
40+
================
41+
42+
* `bpf-helpers(7)`_ maintains a list of helpers available to eBPF programs.
43+
44+
3945
Program types
4046
=============
4147

@@ -79,4 +85,5 @@ Other
7985
.. _networking-filter: ../networking/filter.rst
8086
.. _man-pages: https://www.kernel.org/doc/man-pages/
8187
.. _bpf(2): https://man7.org/linux/man-pages/man2/bpf.2.html
88+
.. _bpf-helpers(7): https://man7.org/linux/man-pages/man7/bpf-helpers.7.html
8289
.. _BPF and XDP Reference Guide: https://docs.cilium.io/en/latest/bpf/

0 commit comments

Comments
 (0)