1.. SPDX-License-Identifier: GPL-2.0
2.. include:: ../../disclaimer-zh_CN.rst
3
4:Original: Documentation/userspace-api/ebpf/syscall.rst
5
6:翻译:
7
8 李睿 Rui Li <me@lirui.org>
9
10eBPF Syscall
11------------
12
13:作者:
14    - Alexei Starovoitov <ast@kernel.org>
15    - Joe Stringer <joe@wand.net.nz>
16    - Michael Kerrisk <mtk.manpages@gmail.com>
17
18bpf syscall的主要信息可以在 `man-pages`_ 中的 `bpf(2)`_ 找到。
19
20bpf() 子命令参考
21~~~~~~~~~~~~~~~~
22
23子命令在以下内核代码中:
24
25include/uapi/linux/bpf.h
26
27.. Links:
28.. _man-pages: https://www.kernel.org/doc/man-pages/
29.. _bpf(2): https://man7.org/linux/man-pages/man2/bpf.2.html
30