Home
last modified time | relevance | path

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 Dcgroup_attach_override.c46 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 Dcgroup_attach_multi.c132 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 Dcgroup.c146 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 Dtest_socket_cookie.c160 BPF_F_ALLOW_OVERRIDE); in run_test()
H A Dtest_sock.c352 return bpf_prog_attach(progfd, cgfd, attach_type, BPF_F_ALLOW_OVERRIDE); in attach_sock_prog()
H A Dtest_sysctl.c1569 if (bpf_prog_attach(progfd, cgfd, atype, BPF_F_ALLOW_OVERRIDE) == -1) { in run_test_case()
H A Dtest_sock_addr.c1556 BPF_F_ALLOW_OVERRIDE); in run_test_case()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dcgroup.c215 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 Dsyscall.c2991 (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 Dbpf.h225 #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 Dbpf.h225 #define BPF_F_ALLOW_OVERRIDE (1U << 0) macro
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbpf.h304 #define BPF_F_ALLOW_OVERRIDE (1U << 0) macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbpf.h304 #define BPF_F_ALLOW_OVERRIDE (1U << 0) macro