linux/Documentation/userspace-api/ebpf/syscall.rst
<<
>>
Prefs
   1.. SPDX-License-Identifier: GPL-2.0
   2
   3eBPF Syscall
   4------------
   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 reference
  14~~~~~~~~~~~~~~~~~~~~~~~~~~
  15
  16.. kernel-doc:: include/uapi/linux/bpf.h
  17   :doc: eBPF Syscall Preamble
  18
  19.. kernel-doc:: include/uapi/linux/bpf.h
  20   :doc: eBPF Syscall Commands
  21
  22.. Links:
  23.. _man-pages: https://www.kernel.org/doc/man-pages/
  24.. _bpf(2): https://man7.org/linux/man-pages/man2/bpf.2.html
  25