Home
last modified time | relevance | path

Searched refs:BPF_F_ALLOW_OVERRIDE (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcgroup_attach_override.c46 BPF_F_ALLOW_OVERRIDE), in serial_test_cgroup_attach_override()
64 BPF_F_ALLOW_OVERRIDE), in serial_test_cgroup_attach_override()
82 BPF_F_ALLOW_OVERRIDE), in serial_test_cgroup_attach_override()
96 BPF_F_ALLOW_OVERRIDE), in serial_test_cgroup_attach_override()
127 BPF_F_ALLOW_OVERRIDE), in serial_test_cgroup_attach_override()
133 BPF_F_ALLOW_OVERRIDE), in serial_test_cgroup_attach_override()
H A Dcgroup_attach_multi.c132 BPF_F_ALLOW_OVERRIDE), in serial_test_cgroup_attach_multi()
142 BPF_F_ALLOW_OVERRIDE), in serial_test_cgroup_attach_multi()
195 attach_opts.flags = BPF_F_ALLOW_OVERRIDE | BPF_F_REPLACE; in serial_test_cgroup_attach_multi()
/openbmc/linux/tools/bpf/bpftool/
H A Dcgroup.c259 case BPF_F_ALLOW_OVERRIDE: in show_attached_bpf_progs()
545 attach_flags |= BPF_F_ALLOW_OVERRIDE; in do_attach()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_sock.c410 return bpf_prog_attach(progfd, cgfd, attach_type, BPF_F_ALLOW_OVERRIDE); in attach_sock_prog()
H A Dtest_sock_addr.c1331 BPF_F_ALLOW_OVERRIDE); in run_test_case()
H A Dtest_sysctl.c1563 if (bpf_prog_attach(progfd, cgfd, atype, BPF_F_ALLOW_OVERRIDE) < 0) { in run_test_case()
/openbmc/linux/kernel/bpf/
H A Dcgroup.c389 return !!(flags & BPF_F_ALLOW_OVERRIDE); in hierarchy_allows_attach()
612 u32 saved_flags = (flags & (BPF_F_ALLOW_OVERRIDE | BPF_F_ALLOW_MULTI)); in __cgroup_bpf_attach()
622 if (((flags & BPF_F_ALLOW_OVERRIDE) && (flags & BPF_F_ALLOW_MULTI)) || in __cgroup_bpf_attach()
H A Dsyscall.c3863 (BPF_F_ALLOW_OVERRIDE | \
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h1119 #define BPF_F_ALLOW_OVERRIDE (1U << 0) macro
/openbmc/linux/include/uapi/linux/
H A Dbpf.h1119 #define BPF_F_ALLOW_OVERRIDE (1U << 0) macro