BPF_F_ALLOW_OVERRIDE  126 kernel/bpf/cgroup.c 			return !!(flags & BPF_F_ALLOW_OVERRIDE);
BPF_F_ALLOW_OVERRIDE  313 kernel/bpf/cgroup.c 	if ((flags & BPF_F_ALLOW_OVERRIDE) && (flags & BPF_F_ALLOW_MULTI))
BPF_F_ALLOW_OVERRIDE 1896 kernel/bpf/syscall.c 	(BPF_F_ALLOW_OVERRIDE | BPF_F_ALLOW_MULTI)
BPF_F_ALLOW_OVERRIDE  162 tools/bpf/bpftool/cgroup.c 	case BPF_F_ALLOW_OVERRIDE:
BPF_F_ALLOW_OVERRIDE  431 tools/bpf/bpftool/cgroup.c 			attach_flags |= BPF_F_ALLOW_OVERRIDE;
BPF_F_ALLOW_OVERRIDE   96 tools/testing/selftests/bpf/test_cgroup_attach.c 			    BPF_F_ALLOW_OVERRIDE)) {
BPF_F_ALLOW_OVERRIDE  116 tools/testing/selftests/bpf/test_cgroup_attach.c 			    BPF_F_ALLOW_OVERRIDE)) {
BPF_F_ALLOW_OVERRIDE  134 tools/testing/selftests/bpf/test_cgroup_attach.c 			    BPF_F_ALLOW_OVERRIDE)) {
BPF_F_ALLOW_OVERRIDE  149 tools/testing/selftests/bpf/test_cgroup_attach.c 			    BPF_F_ALLOW_OVERRIDE)) {
BPF_F_ALLOW_OVERRIDE  183 tools/testing/selftests/bpf/test_cgroup_attach.c 			     BPF_F_ALLOW_OVERRIDE)) {
BPF_F_ALLOW_OVERRIDE  190 tools/testing/selftests/bpf/test_cgroup_attach.c 			     BPF_F_ALLOW_OVERRIDE)) {
BPF_F_ALLOW_OVERRIDE  344 tools/testing/selftests/bpf/test_cgroup_attach.c 			    BPF_F_ALLOW_OVERRIDE)) {
BPF_F_ALLOW_OVERRIDE  354 tools/testing/selftests/bpf/test_cgroup_attach.c 			    BPF_F_ALLOW_OVERRIDE)) {
BPF_F_ALLOW_OVERRIDE  352 tools/testing/selftests/bpf/test_sock.c 	return bpf_prog_attach(progfd, cgfd, attach_type, BPF_F_ALLOW_OVERRIDE);
BPF_F_ALLOW_OVERRIDE 1538 tools/testing/selftests/bpf/test_sock_addr.c 			      BPF_F_ALLOW_OVERRIDE);
BPF_F_ALLOW_OVERRIDE  160 tools/testing/selftests/bpf/test_socket_cookie.c 				      BPF_F_ALLOW_OVERRIDE);
BPF_F_ALLOW_OVERRIDE 1546 tools/testing/selftests/bpf/test_sysctl.c 	if (bpf_prog_attach(progfd, cgfd, atype, BPF_F_ALLOW_OVERRIDE) == -1) {