/kernel/linux/linux-5.10/tools/build/feature/ |
D | test-bpf.c | 6 #ifndef __NR_bpf 8 # define __NR_bpf 357 macro 10 # define __NR_bpf 321 macro 12 # define __NR_bpf 280 macro 14 # define __NR_bpf 349 macro 16 # define __NR_bpf 351 macro 18 # error __NR_bpf not defined. libbpf does not support your arch. 41 return syscall(__NR_bpf, BPF_PROG_LOAD, &attr, sizeof(attr)); in main()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
D | obj_name.c | 39 fd = syscall(__NR_bpf, BPF_PROG_LOAD, &attr, sizeof(attr)); in test_obj_name() 60 fd = syscall(__NR_bpf, BPF_MAP_CREATE, &attr, sizeof(attr)); in test_obj_name()
|
D | btf.c | 6148 prog_fd = syscall(__NR_bpf, BPF_PROG_LOAD, &attr, sizeof(attr)); in do_test_info_raw()
|
/kernel/linux/linux-5.10/tools/lib/bpf/ |
D | bpf.c | 39 #ifndef __NR_bpf 41 # define __NR_bpf 357 macro 43 # define __NR_bpf 321 macro 45 # define __NR_bpf 280 macro 47 # define __NR_bpf 349 macro 49 # define __NR_bpf 351 macro 51 # define __NR_bpf 280 macro 53 # error __NR_bpf not defined. libbpf does not support your arch. 65 return syscall(__NR_bpf, cmd, attr, size); in sys_bpf()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
D | test_verifier_log.c | 61 return syscall(__NR_bpf, BPF_PROG_LOAD, &attr, sizeof(attr)); in load()
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/ |
D | unistd_64.h | 342 #define __NR_bpf 321 macro
|
D | unistd_32.h | 374 #define __NR_bpf 357 macro
|
D | unistd_x32.h | 298 #define __NR_bpf (__X32_SYSCALL_BIT + 321) macro
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
D | reuseport_bpf_numa.c | 96 bpf_fd = syscall(__NR_bpf, BPF_PROG_LOAD, &attr, sizeof(attr)); in attach_bpf()
|
D | reuseport_bpf.c | 122 bpf_fd = syscall(__NR_bpf, BPF_PROG_LOAD, &attr, sizeof(attr)); in attach_ebpf() 367 bpf_fd = syscall(__NR_bpf, BPF_PROG_LOAD, &eprog, sizeof(eprog)); in test_filter_no_reuseport()
|
D | psock_fanout.c | 158 pfd = syscall(__NR_bpf, BPF_PROG_LOAD, &attr, sizeof(attr)); in sock_fanout_set_ebpf()
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/ |
D | unistd.h | 346 #define __NR_bpf 280 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/ |
D | unistd.h | 581 #define __NR_bpf 280 macro 582 __SYSCALL(__NR_bpf, sys_bpf)
|
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/ |
D | unistd.h | 749 #define __NR_bpf 280 macro 750 __SYSCALL(__NR_bpf, sys_bpf)
|
/kernel/linux/linux-5.10/include/uapi/asm-generic/ |
D | unistd.h | 749 #define __NR_bpf 280 macro 750 __SYSCALL(__NR_bpf, sys_bpf)
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/ |
D | unistd_n64.h | 335 #define __NR_bpf (__NR_Linux + 315) macro
|
D | unistd_n32.h | 339 #define __NR_bpf (__NR_Linux + 319) macro
|
D | unistd_o32.h | 375 #define __NR_bpf (__NR_Linux + 355) macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-arm/asm/ |
D | unistd-common.h | 349 #define __NR_bpf (__NR_SYSCALL_BASE + 386) macro
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
D | unistd32.h | 785 #define __NR_bpf 386 macro 786 __SYSCALL(__NR_bpf, sys_bpf)
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm/asm/ |
D | unistd-common.h | 362 #define __NR_bpf (__NR_SYSCALL_BASE + 386) macro
|