Searched refs:BPF_F_ALLOW_OVERRIDE (Results 1 – 2 of 2) sorted by relevance
218 if (!IN_SET(flags, 0, BPF_F_ALLOW_OVERRIDE, BPF_F_ALLOW_MULTI)) in bpf_program_cgroup_attach()237 if (flags != BPF_F_ALLOW_OVERRIDE) in bpf_program_cgroup_attach()
1060 #define BPF_F_ALLOW_OVERRIDE (1U << 0) macro