Searched refs:BPF_F_ALLOW_MULTI (Results 1 – 6 of 6) sorted by relevance
79 if (flags & BPF_F_ALLOW_MULTI) in hierarchy_allows_attach()107 if (cnt == 0 || (p->bpf.flags[type] & BPF_F_ALLOW_MULTI)) in compute_effective_progs()120 if (cnt > 0 && !(p->bpf.flags[type] & BPF_F_ALLOW_MULTI)) in compute_effective_progs()240 if ((flags & BPF_F_ALLOW_OVERRIDE) && (flags & BPF_F_ALLOW_MULTI)) in __cgroup_bpf_attach()261 if (flags & BPF_F_ALLOW_MULTI) { in __cgroup_bpf_attach()347 if (flags & BPF_F_ALLOW_MULTI) { in __cgroup_bpf_detach()359 if (flags & BPF_F_ALLOW_MULTI) { in __cgroup_bpf_detach()
1568 (BPF_F_ALLOW_OVERRIDE | BPF_F_ALLOW_MULTI)
303 BPF_F_ALLOW_MULTI)) { in test_multiprog()308 BPF_F_ALLOW_MULTI)) { in test_multiprog()313 BPF_F_ALLOW_MULTI)) { in test_multiprog()323 BPF_F_ALLOW_MULTI)) { in test_multiprog()
130 case BPF_F_ALLOW_MULTI: in show_attached_bpf_progs()366 attach_flags |= BPF_F_ALLOW_MULTI; in do_attach()
220 #define BPF_F_ALLOW_MULTI (1U << 1) macro