162587Sitojun.. SPDX-License-Identifier: GPL-2.0
291671Sume
362587SitojuneBPF Syscall
491671Sume------------
591671Sume
655009Sshin:Authors: - Alexei Starovoitov <ast@kernel.org>
755009Sshin          - Joe Stringer <joe@wand.net.nz>
855009Sshin          - Michael Kerrisk <mtk.manpages@gmail.com>
955009Sshin
1055009SshinThe primary info for the bpf syscall is available in the `man-pages`_
1155009Sshinfor `bpf(2)`_.
1255009Sshin
1355009Sshinbpf() subcommand reference
1455009Sshin~~~~~~~~~~~~~~~~~~~~~~~~~~
1555009Sshin
1655009Sshin.. kernel-doc:: include/uapi/linux/bpf.h
1755009Sshin   :doc: eBPF Syscall Preamble
1855009Sshin
1955009Sshin.. kernel-doc:: include/uapi/linux/bpf.h
2055009Sshin   :doc: eBPF Syscall Commands
2155009Sshin
2255009Sshin.. Links:
2355009Sshin.. _man-pages: https://www.kernel.org/doc/man-pages/
2455009Sshin.. _bpf(2): https://man7.org/linux/man-pages/man2/bpf.2.html
2555009Sshin