| /OK3568_Linux_fs/kernel/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. 41 return syscall(__NR_bpf, BPF_PROG_LOAD, &attr, sizeof(attr)); in main()
|
| /OK3568_Linux_fs/kernel/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()
|
| H A D | btf.c | 6148 prog_fd = syscall(__NR_bpf, BPF_PROG_LOAD, &attr, sizeof(attr)); in do_test_info_raw()
|
| /OK3568_Linux_fs/kernel/tools/lib/bpf/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_verifier_log.c | 61 return syscall(__NR_bpf, BPF_PROG_LOAD, &attr, sizeof(attr)); in load()
|
| /OK3568_Linux_fs/kernel/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()
|
| H A D | psock_fanout.c | 158 pfd = syscall(__NR_bpf, BPF_PROG_LOAD, &attr, sizeof(attr)); in sock_fanout_set_ebpf()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/ |
| H A D | unistd.h | 713 #define __NR_bpf 280 macro 714 __SYSCALL(__NR_bpf, sys_bpf)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/ |
| H A D | unistd.h | 713 #define __NR_bpf 280 macro 714 __SYSCALL(__NR_bpf, sys_bpf)
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | unistd.h | 749 #define __NR_bpf 280 macro 750 __SYSCALL(__NR_bpf, sys_bpf)
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/ |
| H A D | unistd.h | 749 #define __NR_bpf 280 macro 750 __SYSCALL(__NR_bpf, sys_bpf)
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | unistd32.h | 785 #define __NR_bpf 386 macro 786 __SYSCALL(__NR_bpf, sys_bpf)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm/ |
| H A D | unistd-common.h | 345 #define __NR_bpf (__NR_SYSCALL_BASE + 386) macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | syscall.h | 122 #ifdef __NR_bpf 123 # define SYS_bpf __NR_bpf
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | syscall.h | 122 #ifdef __NR_bpf 123 # define SYS_bpf __NR_bpf
|