| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | sockopt.c | 28 enum bpf_attach_type attach_type; member 56 .attach_type = BPF_CGROUP_GETSOCKOPT, 68 .attach_type = BPF_CGROUP_GETSOCKOPT, 79 .attach_type = BPF_CGROUP_GETSOCKOPT, 100 .attach_type = BPF_CGROUP_GETSOCKOPT, 124 .attach_type = BPF_CGROUP_GETSOCKOPT, 150 .attach_type = BPF_CGROUP_GETSOCKOPT, 166 .attach_type = BPF_CGROUP_GETSOCKOPT, 193 .attach_type = BPF_CGROUP_GETSOCKOPT, 211 .attach_type = BPF_CGROUP_GETSOCKOPT, [all …]
|
| H A D | sock_post_bind.c | 14 enum bpf_attach_type attach_type; member 40 .attach_type = BPF_CGROUP_INET6_POST_BIND, 50 .attach_type = BPF_CGROUP_INET4_POST_BIND, 60 .attach_type = BPF_CGROUP_INET4_POST_BIND, 70 .attach_type = BPF_CGROUP_INET_SOCK_CREATE, 80 .attach_type = BPF_CGROUP_INET4_POST_BIND, 93 .attach_type = BPF_CGROUP_INET6_POST_BIND, 122 .attach_type = BPF_CGROUP_INET6_POST_BIND, 152 .attach_type = BPF_CGROUP_INET4_POST_BIND, 182 .attach_type = BPF_CGROUP_INET4_POST_BIND, [all …]
|
| H A D | sock_create.c | 17 enum bpf_attach_type attach_type; member 41 .attach_type = BPF_CGROUP_INET_SOCK_CREATE, 62 .attach_type = BPF_CGROUP_INET_SOCK_CREATE, 93 .attach_type = BPF_CGROUP_INET_SOCK_CREATE, 124 .attach_type = BPF_CGROUP_INET_SOCK_CREATE, 145 .attach_type = BPF_CGROUP_INET_SOCK_CREATE, 166 .attach_type = BPF_CGROUP_INET_SOCK_CREATE, 199 .attach_type = BPF_CGROUP_INET_SOCK_CREATE, 232 .attach_type = BPF_CGROUP_INET_SOCK_CREATE, 248 .attach_type = BPF_CGROUP_INET_SOCK_CREATE, [all …]
|
| H A D | section_names.c | 16 enum bpf_attach_type attach_type; member 234 enum bpf_attach_type attach_type; in test_attach_type_by_name() local 237 rc = libbpf_attach_type_by_name(test->sec_name, &attach_type); in test_attach_type_by_name() 245 CHECK(attach_type != test->expected_attach.attach_type, in test_attach_type_by_name() 247 attach_type, test->sec_name); in test_attach_type_by_name()
|
| H A D | cg_storage_multi.c | 96 key.attach_type = BPF_CGROUP_INET_EGRESS; in test_egress_only() 196 key.attach_type = BPF_CGROUP_INET_EGRESS; in test_isolated() 201 key.attach_type = BPF_CGROUP_INET_INGRESS; in test_isolated() 207 key.attach_type = BPF_CGROUP_INET_EGRESS; in test_isolated() 210 key.attach_type = BPF_CGROUP_INET_INGRESS; in test_isolated() 238 key.attach_type = BPF_CGROUP_INET_EGRESS; in test_isolated() 243 key.attach_type = BPF_CGROUP_INET_INGRESS; in test_isolated() 249 key.attach_type = BPF_CGROUP_INET_EGRESS; in test_isolated() 254 key.attach_type = BPF_CGROUP_INET_INGRESS; in test_isolated()
|
| H A D | libbpf_str.c | 40 enum bpf_attach_type attach_type = (enum bpf_attach_type)e->val; in test_libbpf_bpf_attach_type_str() local 45 if (attach_type == __MAX_BPF_ATTACH_TYPE) in test_libbpf_bpf_attach_type_str() 49 attach_type_str = libbpf_bpf_attach_type_str(attach_type); in test_libbpf_bpf_attach_type_str()
|
| H A D | bpf_verif_scale.c | 49 enum bpf_prog_type attach_type, in scale_test() argument 60 err = check_load(file, attach_type); in scale_test()
|
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A D | test_sysctl.c | 32 enum bpf_attach_type attach_type; member 53 .attach_type = 0, 64 .attach_type = BPF_CGROUP_SYSCTL, 75 .attach_type = BPF_CGROUP_SYSCTL, 96 .attach_type = BPF_CGROUP_SYSCTL, 117 .attach_type = BPF_CGROUP_SYSCTL, 140 .attach_type = BPF_CGROUP_SYSCTL, 156 .attach_type = BPF_CGROUP_SYSCTL, 177 .attach_type = BPF_CGROUP_SYSCTL, 204 .attach_type = BPF_CGROUP_SYSCTL, [all …]
|
| /linux-6.15/tools/bpf/bpftool/ |
| H A D | net.c | 656 switch (attach_type) { in get_tcx_type() 668 int type = get_tcx_type(attach_type); in do_attach_tcx() 675 int type = get_tcx_type(attach_type); in do_detach_tcx() 682 enum net_attach_type attach_type; in do_attach() local 690 attach_type = parse_attach_type(*argv); in do_attach() 691 if (attach_type == net_attach_type_size) { in do_attach() 717 switch (attach_type) { in do_attach() 749 enum net_attach_type attach_type; in do_detach() local 756 attach_type = parse_attach_type(*argv); in do_detach() 757 if (attach_type == net_attach_type_size) { in do_detach() [all …]
|
| H A D | cgroup.c | 130 static int show_bpf_prog(int id, enum bpf_attach_type attach_type, in show_bpf_prog() argument 150 attach_type_str = libbpf_bpf_attach_type_str(attach_type); in show_bpf_prog() 172 jsonw_uint_field(json_wtr, "attach_type", attach_type); in show_bpf_prog() 186 printf("type %-10u", attach_type); in show_bpf_prog() 546 enum bpf_attach_type attach_type; in do_attach() local 563 attach_type = parse_attach_type(argv[1]); in do_attach() 564 if (attach_type == __MAX_BPF_ATTACH_TYPE) { in do_attach() 606 enum bpf_attach_type attach_type; in do_detach() local 621 attach_type = parse_attach_type(argv[1]); in do_detach() 622 if (attach_type == __MAX_BPF_ATTACH_TYPE) { in do_detach() [all …]
|
| H A D | link.c | 146 attach_type_str = libbpf_bpf_attach_type_str(attach_type); in show_link_attach_type_json() 150 jsonw_uint_field(wtr, "attach_type", attach_type); in show_link_attach_type_json() 500 show_link_attach_type_json(info->tracing.attach_type, in show_link_close_json() 604 static void show_link_attach_type_plain(__u32 attach_type) in show_link_attach_type_plain() argument 612 printf("attach_type %u ", attach_type); in show_link_attach_type_plain() 892 show_link_attach_type_plain(info->tracing.attach_type); in show_link_close_plain() 900 show_link_attach_type_plain(info->cgroup.attach_type); in show_link_close_plain() 907 show_link_attach_type_plain(info->netns.attach_type); in show_link_close_plain() 915 show_link_attach_type_plain(info->tcx.attach_type); in show_link_close_plain() 920 show_link_attach_type_plain(info->netkit.attach_type); in show_link_close_plain() [all …]
|
| H A D | prog.c | 1040 enum bpf_attach_type *attach_type, in parse_attach_detach_args() argument 1050 *attach_type = parse_attach_type(*argv); in parse_attach_detach_args() 1051 if (*attach_type == __MAX_BPF_ATTACH_TYPE) { in parse_attach_detach_args() 1056 if (*attach_type == BPF_FLOW_DISSECTOR) { in parse_attach_detach_args() 1074 enum bpf_attach_type attach_type; in do_attach() local 1079 &progfd, &attach_type, &mapfd); in do_attach() 1083 err = bpf_prog_attach(progfd, mapfd, attach_type, 0); in do_attach() 1096 enum bpf_attach_type attach_type; in do_detach() local 1101 &progfd, &attach_type, &mapfd); in do_detach() 1105 err = bpf_prog_detach2(progfd, mapfd, attach_type); in do_detach()
|
| /linux-6.15/include/linux/ |
| H A D | bpf-netns.h | 10 to_netns_bpf_attach_type(enum bpf_attach_type attach_type) in to_netns_bpf_attach_type() argument 12 switch (attach_type) { in to_netns_bpf_attach_type()
|
| /linux-6.15/kernel/bpf/ |
| H A D | local_storage.c | 50 else if (key1->attach_type < key2->attach_type) in bpf_cgroup_storage_key_cmp() 52 else if (key1->attach_type > key2->attach_type) in bpf_cgroup_storage_key_cmp() 392 offset = offsetof(struct bpf_cgroup_storage_key, attach_type); in cgroup_storage_check_btf() 393 size = sizeof_field(struct bpf_cgroup_storage_key, attach_type); in cgroup_storage_check_btf() 583 storage->key.attach_type = type; in bpf_cgroup_storage_link()
|
| H A D | tcx.c | 12 bool created, ingress = attr->attach_type == BPF_TCX_INGRESS; in tcx_prog_attach() 61 bool ingress = attr->attach_type == BPF_TCX_INGRESS; in tcx_prog_detach() 124 bool ingress = attr->query.attach_type == BPF_TCX_INGRESS; in tcx_prog_query() 279 info->tcx.attach_type = tcx->location; in tcx_link_fill_info() 305 tcx->location = attr->link_create.attach_type; in tcx_link_init()
|
| H A D | net_namespace.c | 219 info->netns.attach_type = net_link->type; in bpf_netns_link_fill_info() 233 info.netns.attach_type); in bpf_netns_link_show_fdinfo() 281 type = to_netns_bpf_attach_type(attr->query.attach_type); in netns_bpf_prog_query() 308 type = to_netns_bpf_attach_type(attr->attach_type); in netns_bpf_prog_attach() 392 type = to_netns_bpf_attach_type(attr->attach_type); in netns_bpf_prog_detach() 489 type = attr->link_create.attach_type; in netns_bpf_link_create()
|
| H A D | syscall.c | 2527 if (!attach_type) in bpf_prog_get_ok() 2530 if (prog->type != *attach_type) in bpf_prog_get_ok() 3406 tr_link->attach_type, in bpf_tracing_link_show_fdinfo() 3417 info->tracing.attach_type = tr_link->attach_type; in bpf_tracing_link_fill_link_info() 4045 switch (attach_type) { in attach_type_to_prog_type() 4143 if (attach_type != BPF_NETFILTER) in bpf_prog_attach_check_attach_type() 4148 if (attach_type != BPF_PERF_EVENT) in bpf_prog_attach_check_attach_type() 4164 if (attach_type != BPF_PERF_EVENT && in bpf_prog_attach_check_attach_type() 4175 attach_type != BPF_NETKIT_PEER) in bpf_prog_attach_check_attach_type() 4351 switch (attr->query.attach_type) { in bpf_prog_query() [all …]
|
| H A D | token.c | 248 enum bpf_attach_type attach_type) in bpf_token_allow_prog_type() argument 250 if (!token || prog_type >= __MAX_BPF_PROG_TYPE || attach_type >= __MAX_BPF_ATTACH_TYPE) in bpf_token_allow_prog_type() 254 (token->allowed_attachs & BIT_ULL(attach_type)); in bpf_token_allow_prog_type()
|
| H A D | cgroup.c | 161 if (attach_type != BPF_LSM_CGROUP) in bpf_cgroup_atype_find() 162 return to_cgroup_bpf_attach_type(attach_type); in bpf_cgroup_atype_find() 203 if (attach_type != BPF_LSM_CGROUP) in bpf_cgroup_atype_find() 204 return to_cgroup_bpf_attach_type(attach_type); in bpf_cgroup_atype_find() 234 key.attach_type = type; in bpf_cgroup_storages_alloc() 268 enum bpf_attach_type attach_type) in bpf_cgroup_storages_link() argument 1060 enum bpf_attach_type type = attr->query.attach_type; in __cgroup_bpf_query() 1185 attr->attach_type, attr->attach_flags); in cgroup_bpf_prog_attach() 1207 ret = cgroup_bpf_detach(cgrp, prog, attr->attach_type); in cgroup_bpf_prog_detach() 1295 info->cgroup.attach_type = cg_link->type; in bpf_cgroup_link_fill_link_info() [all …]
|
| /linux-6.15/net/core/ |
| H A D | sock_map.c | 81 ret = sock_map_prog_update(map, prog, NULL, NULL, attr->attach_type); in sock_map_get_from_fd() 110 ret = sock_map_prog_update(map, NULL, prog, NULL, attr->attach_type); in sock_map_prog_detach() 1576 ret = sock_map_prog_link_lookup(map, &pprog, NULL, attr->query.attach_type); in sock_map_bpf_prog_query() 1712 enum bpf_attach_type attach_type; member 1724 sockmap_link->attach_type)); in sock_map_link_release() 1775 sockmap_link->attach_type); in sock_map_link_update_prog() 1820 info->sockmap.attach_type = sockmap_link->attach_type; in sock_map_link_fill_info() 1831 seq_printf(seq, "attach_type:\t%u\n", sockmap_link->attach_type); in sock_map_link_show_fdinfo() 1847 enum bpf_attach_type attach_type; in sock_map_link_create() local 1868 attach_type = attr->link_create.attach_type; in sock_map_link_create() [all …]
|
| /linux-6.15/tools/lib/bpf/ |
| H A D | skel_internal.h | 290 enum bpf_attach_type attach_type) in skel_link_create() argument 298 attr.link_create.attach_type = attach_type; in skel_link_create()
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | bpf.h | 113 __u32 attach_type; /* program attach type (enum bpf_attach_type) */ member 1611 __u32 attach_type; member 1669 __u32 attach_type; member 1737 __u32 attach_type; /* attach type */ member 6652 __u32 attach_type; member 6658 __u32 attach_type; member 6686 __u32 attach_type; member 6751 __u32 attach_type; member 6755 __u32 attach_type; member 6759 __u32 attach_type; member
|
| /linux-6.15/include/uapi/linux/ |
| H A D | bpf.h | 113 __u32 attach_type; /* program attach type (enum bpf_attach_type) */ member 1611 __u32 attach_type; member 1669 __u32 attach_type; member 1737 __u32 attach_type; /* attach type */ member 6652 __u32 attach_type; member 6658 __u32 attach_type; member 6686 __u32 attach_type; member 6751 __u32 attach_type; member 6755 __u32 attach_type; member 6759 __u32 attach_type; member
|
| /linux-6.15/tools/bpf/bpftool/Documentation/ |
| H A D | bpftool-link.rst | 81 cgroup_id 614 attach_type egress 92 "attach_type": "egress",
|
| /linux-6.15/drivers/net/ |
| H A D | netkit.c | 537 attr->attach_type); in netkit_prog_attach() 577 attr->attach_type); in netkit_prog_detach() 609 attr->query.attach_type); in netkit_prog_query() 752 info->netkit.attach_type = nkl->location; in netkit_link_fill_info() 779 nkl->location = attr->link_create.attach_type; in netkit_link_init() 794 attr->link_create.attach_type); in netkit_link_attach()
|