Home
last modified time | relevance | path

Searched refs:attach_type (Results 1 – 25 of 31) sorted by relevance

12

/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/
Dsockopt.c21 enum bpf_attach_type attach_type; member
48 .attach_type = BPF_CGROUP_GETSOCKOPT,
60 .attach_type = BPF_CGROUP_GETSOCKOPT,
71 .attach_type = BPF_CGROUP_GETSOCKOPT,
92 .attach_type = BPF_CGROUP_GETSOCKOPT,
116 .attach_type = BPF_CGROUP_GETSOCKOPT,
142 .attach_type = BPF_CGROUP_GETSOCKOPT,
158 .attach_type = BPF_CGROUP_GETSOCKOPT,
185 .attach_type = BPF_CGROUP_GETSOCKOPT,
203 .attach_type = BPF_CGROUP_GETSOCKOPT,
[all …]
Dsection_names.c16 enum bpf_attach_type attach_type; member
189 enum bpf_attach_type attach_type; in test_attach_type_by_name() local
192 rc = libbpf_attach_type_by_name(test->sec_name, &attach_type); in test_attach_type_by_name()
200 CHECK(attach_type != test->expected_attach.attach_type, in test_attach_type_by_name()
202 attach_type, test->sec_name); in test_attach_type_by_name()
Dsockopt_multi.c7 enum bpf_attach_type attach_type; in prog_attach() local
12 err = libbpf_prog_type_by_name(title, &prog_type, &attach_type); in prog_attach()
25 attach_type, BPF_F_ALLOW_MULTI); in prog_attach()
36 enum bpf_attach_type attach_type; in prog_detach() local
41 err = libbpf_prog_type_by_name(title, &prog_type, &attach_type); in prog_detach()
50 attach_type); in prog_detach()
Dcg_storage_multi.c92 key.attach_type = BPF_CGROUP_INET_EGRESS; in test_egress_only()
199 key.attach_type = BPF_CGROUP_INET_EGRESS; in test_isolated()
204 key.attach_type = BPF_CGROUP_INET_INGRESS; in test_isolated()
210 key.attach_type = BPF_CGROUP_INET_EGRESS; in test_isolated()
213 key.attach_type = BPF_CGROUP_INET_INGRESS; in test_isolated()
244 key.attach_type = BPF_CGROUP_INET_EGRESS; in test_isolated()
249 key.attach_type = BPF_CGROUP_INET_INGRESS; in test_isolated()
255 key.attach_type = BPF_CGROUP_INET_EGRESS; in test_isolated()
260 key.attach_type = BPF_CGROUP_INET_INGRESS; in test_isolated()
Dbpf_verif_scale.c38 enum bpf_prog_type attach_type; member
113 err = check_load(test->file, test->attach_type); in test_bpf_verif_scale()
Dsockopt_inherit.c141 enum bpf_attach_type attach_type; in prog_attach() local
146 err = libbpf_prog_type_by_name(title, &prog_type, &attach_type); in prog_attach()
159 attach_type, 0); in prog_attach()
Dsockopt_sk.c168 enum bpf_attach_type attach_type; in prog_attach() local
173 err = libbpf_prog_type_by_name(title, &prog_type, &attach_type); in prog_attach()
186 attach_type, 0); in prog_attach()
Dflow_dissector_reattach.c512 CHECK_FAIL(info.netns.attach_type != BPF_FLOW_DISSECTOR); in test_link_get_info()
536 CHECK_FAIL(info.netns.attach_type != BPF_FLOW_DISSECTOR); in test_link_get_info()
561 CHECK_FAIL(info.netns.attach_type != BPF_FLOW_DISSECTOR); in test_link_get_info()
/Linux-v5.10/tools/bpf/bpftool/
Dcgroup.c48 static int show_bpf_prog(int id, enum bpf_attach_type attach_type, in show_bpf_prog() argument
68 if (attach_type < ARRAY_SIZE(attach_type_name)) in show_bpf_prog()
70 attach_type_name[attach_type]); in show_bpf_prog()
72 jsonw_uint_field(json_wtr, "attach_type", attach_type); in show_bpf_prog()
79 if (attach_type < ARRAY_SIZE(attach_type_name)) in show_bpf_prog()
80 printf("%-15s", attach_type_name[attach_type]); in show_bpf_prog()
82 printf("type %-10u", attach_type); in show_bpf_prog()
381 enum bpf_attach_type attach_type; in do_attach() local
398 attach_type = parse_attach_type(argv[1]); in do_attach()
399 if (attach_type == __MAX_BPF_ATTACH_TYPE) { in do_attach()
[all …]
Dlink.c71 static void show_link_attach_type_json(__u32 attach_type, json_writer_t *wtr) in show_link_attach_type_json() argument
73 if (attach_type < ARRAY_SIZE(attach_type_name)) in show_link_attach_type_json()
75 attach_type_name[attach_type]); in show_link_attach_type_json()
77 jsonw_uint_field(wtr, "attach_type", attach_type); in show_link_attach_type_json()
139 show_link_attach_type_json(info->tracing.attach_type, in show_link_close_json()
145 show_link_attach_type_json(info->cgroup.attach_type, json_wtr); in show_link_close_json()
153 show_link_attach_type_json(info->netns.attach_type, json_wtr); in show_link_close_json()
189 static void show_link_attach_type_plain(__u32 attach_type) in show_link_attach_type_plain() argument
191 if (attach_type < ARRAY_SIZE(attach_type_name)) in show_link_attach_type_plain()
192 printf("attach_type %s ", attach_type_name[attach_type]); in show_link_attach_type_plain()
[all …]
Dnet.c541 static int do_attach_detach_xdp(int progfd, enum net_attach_type attach_type, in do_attach_detach_xdp() argument
548 if (attach_type == NET_ATTACH_TYPE_XDP_GENERIC) in do_attach_detach_xdp()
550 if (attach_type == NET_ATTACH_TYPE_XDP_DRIVER) in do_attach_detach_xdp()
552 if (attach_type == NET_ATTACH_TYPE_XDP_OFFLOAD) in do_attach_detach_xdp()
560 enum net_attach_type attach_type; in do_attach() local
568 attach_type = parse_attach_type(*argv); in do_attach()
569 if (attach_type == net_attach_type_size) { in do_attach()
596 if (is_prefix("xdp", attach_type_strings[attach_type])) in do_attach()
597 err = do_attach_detach_xdp(progfd, attach_type, ifindex, in do_attach()
601 attach_type_strings[attach_type], strerror(-err)); in do_attach()
[all …]
Dprog.c926 enum bpf_attach_type *attach_type, in parse_attach_detach_args() argument
936 *attach_type = parse_attach_type(*argv); in parse_attach_detach_args()
937 if (*attach_type == __MAX_BPF_ATTACH_TYPE) { in parse_attach_detach_args()
942 if (*attach_type == BPF_FLOW_DISSECTOR) { in parse_attach_detach_args()
960 enum bpf_attach_type attach_type; in do_attach() local
965 &progfd, &attach_type, &mapfd); in do_attach()
969 err = bpf_prog_attach(progfd, mapfd, attach_type, 0); in do_attach()
982 enum bpf_attach_type attach_type; in do_detach() local
987 &progfd, &attach_type, &mapfd); in do_detach()
991 err = bpf_prog_detach2(progfd, mapfd, attach_type); in do_detach()
/Linux-v5.10/tools/testing/selftests/bpf/
Dtest_sysctl.c32 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 …]
Dtest_sock.c31 enum bpf_attach_type attach_type; member
329 enum bpf_attach_type attach_type) in load_sock_prog() argument
336 attr.expected_attach_type = attach_type; in load_sock_prog()
350 enum bpf_attach_type attach_type) in attach_sock_prog() argument
352 return bpf_prog_attach(progfd, cgfd, attach_type, BPF_F_ALLOW_OVERRIDE); in attach_sock_prog()
413 if (attach_sock_prog(cgfd, progfd, test->attach_type) == -1) { in run_test_case()
440 bpf_prog_detach(cgfd, test->attach_type); in run_test_case()
Dtest_socket_cookie.c132 enum bpf_attach_type attach_type; in run_test() local
156 if (libbpf_attach_type_by_name(prog_name, &attach_type)) in run_test()
159 err = bpf_prog_attach(bpf_program__fd(prog), cgfd, attach_type, in run_test()
/Linux-v5.10/include/linux/
Dbpf-netns.h16 to_netns_bpf_attach_type(enum bpf_attach_type attach_type) in to_netns_bpf_attach_type() argument
18 switch (attach_type) { in to_netns_bpf_attach_type()
/Linux-v5.10/kernel/bpf/
Dlocal_storage.c50 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()
396 offset = offsetof(struct bpf_cgroup_storage_key, attach_type); in cgroup_storage_check_btf()
397 size = sizeof_field(struct bpf_cgroup_storage_key, attach_type); in cgroup_storage_check_btf()
590 storage->key.attach_type = type; in bpf_cgroup_storage_link()
Dnet_namespace.c218 info->netns.attach_type = net_link->type; in bpf_netns_link_fill_info()
232 info.netns.attach_type); in bpf_netns_link_show_fdinfo()
280 type = to_netns_bpf_attach_type(attr->query.attach_type); in netns_bpf_prog_query()
307 type = to_netns_bpf_attach_type(attr->attach_type); in netns_bpf_prog_attach()
391 type = to_netns_bpf_attach_type(attr->attach_type); in netns_bpf_prog_detach()
488 type = attr->link_create.attach_type; in netns_bpf_link_create()
Dcgroup.c50 key.attach_type = type; in bpf_cgroup_storages_alloc()
84 enum bpf_attach_type attach_type) in bpf_cgroup_storages_link() argument
89 bpf_cgroup_storage_link(storages[stype], cgrp, attach_type); in bpf_cgroup_storages_link()
716 enum bpf_attach_type type = attr->query.attach_type; in __cgroup_bpf_query()
783 attr->attach_type, attr->attach_flags); in cgroup_bpf_prog_attach()
805 ret = cgroup_bpf_detach(cgrp, prog, attr->attach_type); in cgroup_bpf_prog_detach()
891 info->cgroup.attach_type = cg_link->type; in bpf_cgroup_link_fill_link_info()
926 link->type = attr->link_create.attach_type; in cgroup_bpf_link_attach()
1288 enum bpf_attach_type attach_type) in __cgroup_bpf_prog_array_is_empty() argument
1294 prog_array = rcu_dereference(cgrp->bpf.effective[attach_type]); in __cgroup_bpf_prog_array_is_empty()
Dsyscall.c1893 enum bpf_prog_type *attach_type, bool attach_drv) in bpf_prog_get_ok() argument
1896 if (!attach_type) in bpf_prog_get_ok()
1899 if (prog->type != *attach_type) in bpf_prog_get_ok()
1907 static struct bpf_prog *__bpf_prog_get(u32 ufd, enum bpf_prog_type *attach_type, in __bpf_prog_get() argument
1916 if (!bpf_prog_get_ok(prog, attach_type, attach_drv)) { in __bpf_prog_get()
2501 enum bpf_attach_type attach_type; member
2537 tr_link->attach_type); in bpf_tracing_link_show_fdinfo()
2546 info->tracing.attach_type = tr_link->attach_type; in bpf_tracing_link_fill_link_info()
2624 link->attach_type = prog->expected_attach_type; in bpf_tracing_prog_attach()
2887 enum bpf_attach_type attach_type) in bpf_prog_attach_check_attach_type() argument
[all …]
/Linux-v5.10/tools/bpf/bpftool/Documentation/
Dbpftool-link.rst82 cgroup_id 614 attach_type egress
93 "attach_type": "egress",
/Linux-v5.10/tools/include/uapi/linux/
Dbpf.h81 __u32 attach_type; /* program attach type */ member
571 __u32 attach_type; member
622 __u32 attach_type; member
664 __u32 attach_type; /* attach type */ member
4433 __u32 attach_type; member
4437 __u32 attach_type; member
4450 __u32 attach_type; member
/Linux-v5.10/include/uapi/linux/
Dbpf.h81 __u32 attach_type; /* program attach type */ member
571 __u32 attach_type; member
622 __u32 attach_type; member
664 __u32 attach_type; /* attach type */ member
4433 __u32 attach_type; member
4437 __u32 attach_type; member
4450 __u32 attach_type; member
/Linux-v5.10/tools/lib/bpf/
Dbpf.c555 attr.attach_type = type; in bpf_prog_attach_xattr()
568 attr.attach_type = type; in bpf_prog_detach()
580 attr.attach_type = type; in bpf_prog_detach2()
586 enum bpf_attach_type attach_type, in bpf_link_create() argument
604 attr.link_create.attach_type = attach_type; in bpf_link_create()
663 attr.query.attach_type = type; in bpf_prog_query()
/Linux-v5.10/Documentation/bpf/
Dmap_cgroup_storage.rst30 __u32 attach_type;
34 ``attach_type`` is the the program's attach type.
84 .attach_type = type,

12