Searched refs:BPF_F_ALLOW_OVERRIDE (Results 1 – 9 of 9) sorted by relevance
87 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()
133 case BPF_F_ALLOW_OVERRIDE: in show_attached_bpf_progs()368 attach_flags |= BPF_F_ALLOW_OVERRIDE; in do_attach()
171 BPF_F_ALLOW_OVERRIDE); in run_test()
342 return bpf_prog_attach(progfd, cgfd, attach_type, BPF_F_ALLOW_OVERRIDE); in attach_sock_prog()
1296 BPF_F_ALLOW_OVERRIDE); in run_test_case()
84 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()
1568 (BPF_F_ALLOW_OVERRIDE | BPF_F_ALLOW_MULTI)
219 #define BPF_F_ALLOW_OVERRIDE (1U << 0) macro