Home
last modified time | relevance | path

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

/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()
H A Dsock_addr.c391 BPF_F_ALLOW_OVERRIDE), "bpf_prog_attach") { \
/linux/tools/bpf/bpftool/
H A Dcgroup.c293 case BPF_F_ALLOW_OVERRIDE: in show_attached_bpf_progs()
579 attach_flags |= BPF_F_ALLOW_OVERRIDE; in do_attach()
/linux/tools/testing/selftests/bpf/
H A Dtest_sysctl.c1563 if (bpf_prog_attach(progfd, cgfd, atype, BPF_F_ALLOW_OVERRIDE) < 0) { in run_test_case()
/linux/include/uapi/linux/
H A Dbpf.h1203 #define BPF_F_ALLOW_OVERRIDE (1U << 0) macro
/linux/tools/include/uapi/linux/
H A Dbpf.h1203 #define BPF_F_ALLOW_OVERRIDE (1U << 0) macro
/linux/kernel/bpf/
H A Dsyscall.c4170 (BPF_F_ALLOW_OVERRIDE | \