/kernel/linux/linux-6.6/tools/build/feature/ |
H A 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 # define __NR_bpf 4355 macro 20 # define __NR_bpf 6319 macro 22 # define __NR_bpf 5315 macro 24 # error __NR_bpf no [all...] |
/kernel/linux/linux-5.10/tools/build/feature/ |
H A 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. 38 * Test existence of __NR_bpf and BPF_PROG_LOAD. in main() 41 return syscall(__NR_bpf, BPF_PROG_LOAD, &attr, sizeof(attr)); in main()
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | skel_internal.h | 20 #ifndef __NR_bpf 22 # define __NR_bpf 4355 macro 24 # define __NR_bpf 6319 macro 26 # define __NR_bpf 5315 macro 77 return syscall(__NR_bpf, cmd, attr, size); in skel_sys_bpf()
|
H A D | bpf.c | 40 * When building perf, unistd.h is overridden. __NR_bpf is 43 #ifndef __NR_bpf 45 # define __NR_bpf 357 macro 47 # define __NR_bpf 321 macro 49 # define __NR_bpf 280 macro 51 # define __NR_bpf 349 macro 53 # define __NR_bpf 351 macro 55 # define __NR_bpf 280 macro 57 # define __NR_bpf 4355 macro 59 # define __NR_bpf 631 macro 61 # define __NR_bpf global() macro [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A 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()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A 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()
|
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | bpf.c | 36 * When building perf, unistd.h is overridden. __NR_bpf is 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, cm in sys_bpf() [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A 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/ |
H A D | unistd_32.h | 374 #define __NR_bpf 357 macro
|
H A D | unistd_64.h | 342 #define __NR_bpf 321 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/ |
H A D | unistd_32.h | 374 #define __NR_bpf 357 macro
|
H A D | unistd_64.h | 342 #define __NR_bpf 321 macro
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A 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()
|
H A D | reuseport_bpf_numa.c | 96 bpf_fd = syscall(__NR_bpf, BPF_PROG_LOAD, &attr, sizeof(attr)); in attach_bpf()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | reuseport_bpf.c | 120 bpf_fd = syscall(__NR_bpf, BPF_PROG_LOAD, &attr, sizeof(attr)); in attach_ebpf() 365 bpf_fd = syscall(__NR_bpf, BPF_PROG_LOAD, &eprog, sizeof(eprog)); in test_filter_no_reuseport()
|
H A D | reuseport_bpf_numa.c | 96 bpf_fd = syscall(__NR_bpf, BPF_PROG_LOAD, &attr, sizeof(attr)); in attach_bpf()
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/ |
H A D | unistd.h | 346 #define __NR_bpf 280 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/ |
H A D | unistd.h | 346 #define __NR_bpf 280 macro
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | unistd32.h | 785 #define __NR_bpf 386 macro 786 __SYSCALL(__NR_bpf, sys_bpf)
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | unistd32.h | 785 #define __NR_bpf 386 macro 786 __SYSCALL(__NR_bpf, sys_bpf)
|
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/ |
H A D | unistd.h | 749 #define __NR_bpf 280 macro 750 __SYSCALL(__NR_bpf, sys_bpf)
|
/kernel/linux/linux-5.10/include/uapi/asm-generic/ |
H A D | unistd.h | 749 #define __NR_bpf 280 macro 750 __SYSCALL(__NR_bpf, sys_bpf)
|
/kernel/linux/linux-6.6/include/uapi/asm-generic/ |
H A D | unistd.h | 677 #define __NR_bpf 280 macro 678 __SYSCALL(__NR_bpf, sys_bpf)
|
/kernel/linux/linux-6.6/tools/include/uapi/asm-generic/ |
H A D | unistd.h | 677 #define __NR_bpf 280 macro 678 __SYSCALL(__NR_bpf, sys_bpf)
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/ |
H A D | unistd.h | 581 #define __NR_bpf 280 macro 582 __SYSCALL(__NR_bpf, sys_bpf)
|