syscall_api.rst 340 B

1234567891011
  1. ===========
  2. Syscall API
  3. ===========
  4. The primary info for the bpf syscall is available in the `man-pages`_
  5. for `bpf(2)`_. For more information about the userspace API, see
  6. Documentation/userspace-api/ebpf/index.rst.
  7. .. Links:
  8. .. _man-pages: https://www.kernel.org/doc/man-pages/
  9. .. _bpf(2): https://man7.org/linux/man-pages/man2/bpf.2.html