| /OK3568_Linux_fs/kernel/tools/build/feature/ |
| H A D | test-bpf.c | 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()
|
| 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/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/kernel/Documentation/bpf/ |
| H A D | bpf_lsm.rst | 98 ``BPF_PROG_LOAD`` operation:
|
| H A D | btf.rst | 461 * BPF_PROG_LOAD: prog load with btf function and line info. 473 BPF_MAP_CREATE and BPF_PROG_LOAD 532 3.3 BPF_PROG_LOAD
|
| /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/linux/ |
| H A D | bpf.h | 90 BPF_PROG_LOAD, enumerator
|
| /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/linux/ |
| H A D | bpf.h | 90 BPF_PROG_LOAD, enumerator
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | bpf.h | 97 BPF_PROG_LOAD, enumerator
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | bpf.h | 97 BPF_PROG_LOAD, enumerator
|
| /OK3568_Linux_fs/kernel/tools/lib/bpf/ |
| H A D | bpf.c | 73 fd = sys_bpf(BPF_PROG_LOAD, attr, size); in sys_bpf_prog_load()
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | syscall.c | 2130 if (CHECK_ATTR(BPF_PROG_LOAD)) in bpf_prog_load() 4428 case BPF_PROG_LOAD: in SYSCALL_DEFINE3()
|
| /OK3568_Linux_fs/kernel/security/selinux/ |
| H A D | hooks.c | 6795 case BPF_PROG_LOAD: in selinux_bpf()
|