syscall.rst 620 B

123456789101112131415161718192021222324
  1. .. SPDX-License-Identifier: GPL-2.0
  2. eBPF Syscall
  3. ------------
  4. :Authors: - Alexei Starovoitov <[email protected]>
  5. - Joe Stringer <[email protected]>
  6. - Michael Kerrisk <[email protected]>
  7. The primary info for the bpf syscall is available in the `man-pages`_
  8. for `bpf(2)`_.
  9. bpf() subcommand reference
  10. ~~~~~~~~~~~~~~~~~~~~~~~~~~
  11. .. kernel-doc:: include/uapi/linux/bpf.h
  12. :doc: eBPF Syscall Preamble
  13. .. kernel-doc:: include/uapi/linux/bpf.h
  14. :doc: eBPF Syscall Commands
  15. .. Links:
  16. .. _man-pages: https://www.kernel.org/doc/man-pages/
  17. .. _bpf(2): https://man7.org/linux/man-pages/man2/bpf.2.html