Searched refs:BPF_F_ALLOW_OVERRIDE (Results 1 - 10 of 10) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dcgroup_attach_override.c46 BPF_F_ALLOW_OVERRIDE),
64 BPF_F_ALLOW_OVERRIDE),
82 BPF_F_ALLOW_OVERRIDE),
96 BPF_F_ALLOW_OVERRIDE),
127 BPF_F_ALLOW_OVERRIDE),
133 BPF_F_ALLOW_OVERRIDE),
H A Dcgroup_attach_multi.c132 BPF_F_ALLOW_OVERRIDE),
142 BPF_F_ALLOW_OVERRIDE),
195 attach_opts.flags = BPF_F_ALLOW_OVERRIDE | BPF_F_REPLACE;
/linux-master/tools/bpf/bpftool/
H A Dcgroup.c261 case BPF_F_ALLOW_OVERRIDE:
547 attach_flags |= BPF_F_ALLOW_OVERRIDE;
/linux-master/tools/testing/selftests/bpf/
H A Dtest_sock.c410 return bpf_prog_attach(progfd, cgfd, attach_type, BPF_F_ALLOW_OVERRIDE);
H A Dtest_sock_addr.c1332 BPF_F_ALLOW_OVERRIDE);
H A Dtest_sysctl.c1563 if (bpf_prog_attach(progfd, cgfd, atype, BPF_F_ALLOW_OVERRIDE) < 0) {
/linux-master/kernel/bpf/
H A Dcgroup.c389 return !!(flags & BPF_F_ALLOW_OVERRIDE);
612 u32 saved_flags = (flags & (BPF_F_ALLOW_OVERRIDE | BPF_F_ALLOW_MULTI));
622 if (((flags & BPF_F_ALLOW_OVERRIDE) && (flags & BPF_F_ALLOW_MULTI)) ||
H A Dsyscall.c4032 (BPF_F_ALLOW_OVERRIDE | \
/linux-master/include/uapi/linux/
H A Dbpf.h1157 * BPF_F_ALLOW_OVERRIDE: If a sub-cgroup installs some bpf program,
1164 * NONE or BPF_F_ALLOW_OVERRIDE flag.
1165 * Attaching another program on top of NONE or BPF_F_ALLOW_OVERRIDE will
1197 #define BPF_F_ALLOW_OVERRIDE (1U << 0) macro
/linux-master/tools/include/uapi/linux/
H A Dbpf.h1157 * BPF_F_ALLOW_OVERRIDE: If a sub-cgroup installs some bpf program,
1164 * NONE or BPF_F_ALLOW_OVERRIDE flag.
1165 * Attaching another program on top of NONE or BPF_F_ALLOW_OVERRIDE will
1197 #define BPF_F_ALLOW_OVERRIDE (1U << 0) macro

Completed in 249 milliseconds