Searched refs:BPF_F_ALLOW_OVERRIDE (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | cgroup_attach_override.c | 46 BPF_F_ALLOW_OVERRIDE), in test_cgroup_attach_override() 64 BPF_F_ALLOW_OVERRIDE), in test_cgroup_attach_override() 82 BPF_F_ALLOW_OVERRIDE), in test_cgroup_attach_override() 96 BPF_F_ALLOW_OVERRIDE), in test_cgroup_attach_override() 127 BPF_F_ALLOW_OVERRIDE), in test_cgroup_attach_override() 133 BPF_F_ALLOW_OVERRIDE), in test_cgroup_attach_override()
|
| H A D | cgroup_attach_multi.c | 132 BPF_F_ALLOW_OVERRIDE), in test_cgroup_attach_multi() 142 BPF_F_ALLOW_OVERRIDE), in test_cgroup_attach_multi() 195 attach_opts.flags = BPF_F_ALLOW_OVERRIDE | BPF_F_REPLACE; in test_cgroup_attach_multi()
|
| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/ |
| H A D | cgroup.c | 146 case BPF_F_ALLOW_OVERRIDE: in show_attached_bpf_progs() 415 attach_flags |= BPF_F_ALLOW_OVERRIDE; in do_attach()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_socket_cookie.c | 160 BPF_F_ALLOW_OVERRIDE); in run_test()
|
| H A D | test_sock.c | 352 return bpf_prog_attach(progfd, cgfd, attach_type, BPF_F_ALLOW_OVERRIDE); in attach_sock_prog()
|
| H A D | test_sysctl.c | 1569 if (bpf_prog_attach(progfd, cgfd, atype, BPF_F_ALLOW_OVERRIDE) == -1) { in run_test_case()
|
| H A D | test_sock_addr.c | 1556 BPF_F_ALLOW_OVERRIDE); in run_test_case()
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | cgroup.c | 215 return !!(flags & BPF_F_ALLOW_OVERRIDE); in hierarchy_allows_attach() 438 u32 saved_flags = (flags & (BPF_F_ALLOW_OVERRIDE | BPF_F_ALLOW_MULTI)); in __cgroup_bpf_attach() 446 if (((flags & BPF_F_ALLOW_OVERRIDE) && (flags & BPF_F_ALLOW_MULTI)) || in __cgroup_bpf_attach()
|
| H A D | syscall.c | 2991 (BPF_F_ALLOW_OVERRIDE | BPF_F_ALLOW_MULTI | BPF_F_REPLACE)
|
| /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 | 225 #define BPF_F_ALLOW_OVERRIDE (1U << 0) 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/linux/ |
| H A D | bpf.h | 225 #define BPF_F_ALLOW_OVERRIDE (1U << 0) macro
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | bpf.h | 304 #define BPF_F_ALLOW_OVERRIDE (1U << 0) macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | bpf.h | 304 #define BPF_F_ALLOW_OVERRIDE (1U << 0) macro
|