Searched refs:BPF_F_ALLOW_OVERRIDE (Results 1 – 8 of 8) sorted by relevance
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | cgroup_attach_override.c | 46 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 D | cgroup_attach_multi.c | 132 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 D | sock_addr.c | 391 BPF_F_ALLOW_OVERRIDE), "bpf_prog_attach") { \
|
/linux/tools/bpf/bpftool/ |
H A D | cgroup.c | 293 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 D | test_sysctl.c | 1563 if (bpf_prog_attach(progfd, cgfd, atype, BPF_F_ALLOW_OVERRIDE) < 0) { in run_test_case()
|
/linux/include/uapi/linux/ |
H A D | bpf.h | 1203 #define BPF_F_ALLOW_OVERRIDE (1U << 0) macro
|
/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 1203 #define BPF_F_ALLOW_OVERRIDE (1U << 0) macro
|
/linux/kernel/bpf/ |
H A D | syscall.c | 4170 (BPF_F_ALLOW_OVERRIDE | \
|