Home
last modified time | relevance | path

Searched refs:bpf_iter_attach_opts (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/
Dbpf_iter.c49 static void do_dummy_read_opts(struct bpf_program *prog, struct bpf_iter_attach_opts *opts) in do_dummy_read_opts()
82 DECLARE_LIBBPF_OPTS(bpf_iter_attach_opts, opts); in do_read_map_iter_fd()
185 LIBBPF_OPTS(bpf_iter_attach_opts, opts); in check_bpf_link_info()
219 static void test_task_common_nocheck(struct bpf_iter_attach_opts *opts, in test_task_common_nocheck()
249 static void test_task_common(struct bpf_iter_attach_opts *opts, int num_unknown, int num_known) in test_task_common()
260 LIBBPF_OPTS(bpf_iter_attach_opts, opts); in test_task_tid()
281 LIBBPF_OPTS(bpf_iter_attach_opts, opts); in test_task_pid()
294 LIBBPF_OPTS(bpf_iter_attach_opts, opts); in test_task_pidfd()
346 LIBBPF_OPTS(bpf_iter_attach_opts, opts); in test_task_file()
772 DECLARE_LIBBPF_OPTS(bpf_iter_attach_opts, opts); in test_bpf_hash_map()
[all …]
Dcgroup_iter.c53 DECLARE_LIBBPF_OPTS(bpf_iter_attach_opts, opts); in read_from_cgroup_iter()
97 DECLARE_LIBBPF_OPTS(bpf_iter_attach_opts, opts); in test_invalid_cgroup()
114 DECLARE_LIBBPF_OPTS(bpf_iter_attach_opts, opts); in test_invalid_cgroup_spec()
Dcgroup_hierarchical_stats.c249 DECLARE_LIBBPF_OPTS(bpf_iter_attach_opts, opts); in setup_cgroup_iter()
Dsockmap_basic.c187 DECLARE_LIBBPF_OPTS(bpf_iter_attach_opts, opts); in test_sockmap_copy()
/Linux-v6.1/tools/bpf/bpftool/
Diter.c13 DECLARE_LIBBPF_OPTS(bpf_iter_attach_opts, iter_opts); in do_pin()
/Linux-v6.1/tools/lib/bpf/
Dlibbpf.h655 struct bpf_iter_attach_opts { struct
664 const struct bpf_iter_attach_opts *opts); argument
Dlibbpf.c11328 const struct bpf_iter_attach_opts *opts) in bpf_program__attach_iter()
11336 if (!OPTS_VALID(opts, bpf_iter_attach_opts)) in bpf_program__attach_iter()