Home
last modified time | relevance | path

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

/Linux-v4.19/samples/bpf/
Dtest_cgrp2_attach2.c87 BPF_F_ALLOW_OVERRIDE)) { in test_foo_bar()
107 BPF_F_ALLOW_OVERRIDE)) { in test_foo_bar()
125 BPF_F_ALLOW_OVERRIDE)) { in test_foo_bar()
140 BPF_F_ALLOW_OVERRIDE)) { in test_foo_bar()
174 BPF_F_ALLOW_OVERRIDE)) { in test_foo_bar()
181 BPF_F_ALLOW_OVERRIDE)) { in test_foo_bar()
318 BPF_F_ALLOW_OVERRIDE)) { in test_multiprog()
328 BPF_F_ALLOW_OVERRIDE)) { in test_multiprog()
/Linux-v4.19/tools/bpf/bpftool/
Dcgroup.c133 case BPF_F_ALLOW_OVERRIDE: in show_attached_bpf_progs()
368 attach_flags |= BPF_F_ALLOW_OVERRIDE; in do_attach()
/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_socket_cookie.c171 BPF_F_ALLOW_OVERRIDE); in run_test()
Dtest_sock.c342 return bpf_prog_attach(progfd, cgfd, attach_type, BPF_F_ALLOW_OVERRIDE); in attach_sock_prog()
Dtest_sock_addr.c1296 BPF_F_ALLOW_OVERRIDE); in run_test_case()
/Linux-v4.19/kernel/bpf/
Dcgroup.c84 return !!(flags & BPF_F_ALLOW_OVERRIDE); in hierarchy_allows_attach()
240 if ((flags & BPF_F_ALLOW_OVERRIDE) && (flags & BPF_F_ALLOW_MULTI)) in __cgroup_bpf_attach()
Dsyscall.c1568 (BPF_F_ALLOW_OVERRIDE | BPF_F_ALLOW_MULTI)
/Linux-v4.19/tools/include/uapi/linux/
Dbpf.h219 #define BPF_F_ALLOW_OVERRIDE (1U << 0) macro
/Linux-v4.19/include/uapi/linux/
Dbpf.h219 #define BPF_F_ALLOW_OVERRIDE (1U << 0) macro