0001 .. SPDX-License-Identifier: GPL-2.0
0002
0003 eBPF Syscall
0004 ------------
0005
0006 :Authors: - Alexei Starovoitov <ast@kernel.org>
0007 - Joe Stringer <joe@wand.net.nz>
0008 - Michael Kerrisk <mtk.manpages@gmail.com>
0009
0010 The primary info for the bpf syscall is available in the `man-pages`_
0011 for `bpf(2)`_.
0012
0013 bpf() subcommand reference
0014 ~~~~~~~~~~~~~~~~~~~~~~~~~~
0015
0016 .. kernel-doc:: include/uapi/linux/bpf.h
0017 :doc: eBPF Syscall Preamble
0018
0019 .. kernel-doc:: include/uapi/linux/bpf.h
0020 :doc: eBPF Syscall Commands
0021
0022 .. Links:
0023 .. _man-pages: https://www.kernel.org/doc/man-pages/
0024 .. _bpf(2): https://man7.org/linux/man-pages/man2/bpf.2.html