brintos

brintos / linux-shallow public Read only

0
0
Text · 620 B · ea99180 Raw
25 lines · plain
1.. SPDX-License-Identifier: GPL-2.02 3eBPF Syscall4------------5 6:Authors: - Alexei Starovoitov <ast@kernel.org>7          - Joe Stringer <joe@wand.net.nz>8          - Michael Kerrisk <mtk.manpages@gmail.com>9 10The primary info for the bpf syscall is available in the `man-pages`_11for `bpf(2)`_.12 13bpf() subcommand reference14~~~~~~~~~~~~~~~~~~~~~~~~~~15 16.. kernel-doc:: include/uapi/linux/bpf.h17   :doc: eBPF Syscall Preamble18 19.. kernel-doc:: include/uapi/linux/bpf.h20   :doc: eBPF Syscall Commands21 22.. Links:23.. _man-pages: https://www.kernel.org/doc/man-pages/24.. _bpf(2): https://man7.org/linux/man-pages/man2/bpf.2.html25