| /Linux-v5.15/tools/bpf/bpftool/ |
| D | cgroup.c | 129 __u32 attach_flags; in show_attached_bpf_progs() local 134 ret = bpf_prog_query(cgroup_fd, type, query_flags, &attach_flags, in show_attached_bpf_progs() 142 switch (attach_flags) { in show_attached_bpf_progs() 153 snprintf(buf, sizeof(buf), "unknown(%x)", attach_flags); in show_attached_bpf_progs() 384 int attach_flags = 0; in do_attach() local 413 attach_flags |= BPF_F_ALLOW_MULTI; in do_attach() 415 attach_flags |= BPF_F_ALLOW_OVERRIDE; in do_attach() 422 if (bpf_prog_attach(prog_fd, cgroup_fd, attach_type, attach_flags)) { in do_attach()
|
| D | net.c | 486 __u32 attach_flags; in query_flow_dissector() local 500 &attach_flags, prog_ids, &prog_cnt); in query_flow_dissector()
|
| /Linux-v5.15/tools/testing/selftests/bpf/prog_tests/ |
| D | cgroup_link.c | 41 __u32 prog_ids[ARRAY_SIZE(cgs)], prog_cnt = 0, attach_flags, prog_id; in test_cgroup_link() local 76 BPF_F_QUERY_EFFECTIVE, &attach_flags, NULL, in test_cgroup_link() 79 CHECK_FAIL(attach_flags != BPF_F_ALLOW_MULTI); in test_cgroup_link() 88 CHECK_FAIL(attach_flags != BPF_F_ALLOW_MULTI); in test_cgroup_link() 95 BPF_F_QUERY_EFFECTIVE, &attach_flags, in test_cgroup_link() 98 CHECK_FAIL(attach_flags != BPF_F_ALLOW_MULTI); in test_cgroup_link()
|
| D | cgroup_attach_multi.c | 79 __u32 prog_ids[4], prog_cnt = 0, attach_flags, saved_prog_id; in test_cgroup_attach_multi() local 160 BPF_F_QUERY_EFFECTIVE, &attach_flags, in test_cgroup_attach_multi() 163 CHECK_FAIL(attach_flags != 0); in test_cgroup_attach_multi() 169 BPF_F_QUERY_EFFECTIVE, &attach_flags, in test_cgroup_attach_multi() 274 BPF_F_QUERY_EFFECTIVE, &attach_flags, in test_cgroup_attach_multi() 277 CHECK_FAIL(attach_flags != 0); in test_cgroup_attach_multi()
|
| D | cgroup_attach_autodetach.c | 26 __u32 duration = 0, prog_cnt = 4, attach_flags; in test_cgroup_attach_autodetach() local 59 if (CHECK(bpf_prog_query(cg, BPF_CGROUP_INET_EGRESS, 0, &attach_flags, in test_cgroup_attach_autodetach()
|
| D | sk_lookup.c | 520 __u32 attach_flags = 0; in query_lookup_prog() local 544 &attach_flags, prog_ids, &prog_cnt); in query_lookup_prog() 551 if (CHECK(attach_flags != 0, "bpf_prog_query", in query_lookup_prog() 552 "wrong attach_flags on query: %u", attach_flags)) in query_lookup_prog()
|
| /Linux-v5.15/drivers/media/rc/ |
| D | bpf-lirc.c | 249 if (attr->attach_flags) in lirc_prog_attach() 269 if (attr->attach_flags) in lirc_prog_detach() 323 if (copy_to_user(&uattr->query.attach_flags, &flags, sizeof(flags))) { in lirc_prog_query()
|
| /Linux-v5.15/tools/lib/bpf/ |
| D | bpf.c | 639 attr.attach_flags = OPTS_GET(opts, flags, 0); in bpf_prog_attach_xattr() 770 __u32 *attach_flags, __u32 *prog_ids, __u32 *prog_cnt) in bpf_prog_query() argument 784 if (attach_flags) in bpf_prog_query() 785 *attach_flags = attr.query.attach_flags; in bpf_prog_query()
|
| D | bpf.h | 243 __u32 query_flags, __u32 *attach_flags,
|
| /Linux-v5.15/kernel/bpf/ |
| D | net_namespace.c | 259 if (copy_to_user(&uattr->query.attach_flags, &flags, sizeof(flags))) in __netns_bpf_prog_query() 304 if (attr->target_fd || attr->attach_flags || attr->replace_bpf_fd) in netns_bpf_prog_attach()
|
| D | cgroup.c | 761 if (copy_to_user(&uattr->query.attach_flags, &flags, sizeof(flags))) in __cgroup_bpf_query() 803 if ((attr->attach_flags & BPF_F_ALLOW_MULTI) && in cgroup_bpf_prog_attach() 804 (attr->attach_flags & BPF_F_REPLACE)) { in cgroup_bpf_prog_attach() 813 attr->attach_type, attr->attach_flags); in cgroup_bpf_prog_attach()
|
| D | syscall.c | 3162 if (attr->attach_flags & ~BPF_F_ATTACH_MASK) in bpf_prog_attach()
|
| /Linux-v5.15/include/uapi/linux/ |
| D | bpf.h | 1351 __u32 attach_flags; member 1403 __u32 attach_flags; member
|
| /Linux-v5.15/tools/include/uapi/linux/ |
| D | bpf.h | 1351 __u32 attach_flags; member 1403 __u32 attach_flags; member
|
| /Linux-v5.15/net/core/ |
| D | sock_map.c | 69 if (attr->attach_flags || attr->replace_bpf_fd) in sock_map_get_from_fd() 89 if (attr->attach_flags || attr->replace_bpf_fd) in sock_map_prog_detach()
|