Searched refs:bpf_iter_attach_opts (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/ |
D | bpf_iter.c | 593 DECLARE_LIBBPF_OPTS(bpf_iter_attach_opts, opts); in test_bpf_hash_map() 689 DECLARE_LIBBPF_OPTS(bpf_iter_attach_opts, opts); in test_bpf_percpu_hash_map() 780 DECLARE_LIBBPF_OPTS(bpf_iter_attach_opts, opts); in test_bpf_array_map() 865 DECLARE_LIBBPF_OPTS(bpf_iter_attach_opts, opts); in test_bpf_percpu_array_map() 943 DECLARE_LIBBPF_OPTS(bpf_iter_attach_opts, opts); in test_bpf_sk_storage_delete() 1055 DECLARE_LIBBPF_OPTS(bpf_iter_attach_opts, opts); in test_bpf_sk_storage_map() 1128 DECLARE_LIBBPF_OPTS(bpf_iter_attach_opts, opts); in test_rdonly_buf_out_of_bound()
|
D | sockmap_basic.c | 201 DECLARE_LIBBPF_OPTS(bpf_iter_attach_opts, opts); in test_sockmap_copy()
|
/Linux-v5.15/tools/bpf/bpftool/ |
D | iter.c | 13 DECLARE_LIBBPF_OPTS(bpf_iter_attach_opts, iter_opts); in do_pin()
|
/Linux-v5.15/tools/lib/bpf/ |
D | libbpf.h | 347 struct bpf_iter_attach_opts { struct 356 const struct bpf_iter_attach_opts *opts); argument
|
D | libbpf.c | 9637 const struct bpf_iter_attach_opts *opts) in bpf_program__attach_iter() 9645 if (!OPTS_VALID(opts, bpf_iter_attach_opts)) in bpf_program__attach_iter()
|