Searched refs:bpf_iter_attach_opts (Results 1 – 7 of 7) sorted by relevance
| /Linux-v6.1/tools/testing/selftests/bpf/prog_tests/ |
| D | bpf_iter.c | 49 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 …]
|
| D | cgroup_iter.c | 53 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()
|
| D | cgroup_hierarchical_stats.c | 249 DECLARE_LIBBPF_OPTS(bpf_iter_attach_opts, opts); in setup_cgroup_iter()
|
| D | sockmap_basic.c | 187 DECLARE_LIBBPF_OPTS(bpf_iter_attach_opts, opts); in test_sockmap_copy()
|
| /Linux-v6.1/tools/bpf/bpftool/ |
| D | iter.c | 13 DECLARE_LIBBPF_OPTS(bpf_iter_attach_opts, iter_opts); in do_pin()
|
| /Linux-v6.1/tools/lib/bpf/ |
| D | libbpf.h | 655 struct bpf_iter_attach_opts { struct 664 const struct bpf_iter_attach_opts *opts); argument
|
| D | libbpf.c | 11328 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()
|