Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dbpf_iter.c593 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()
Dsockmap_basic.c201 DECLARE_LIBBPF_OPTS(bpf_iter_attach_opts, opts); in test_sockmap_copy()
/Linux-v5.15/tools/bpf/bpftool/
Diter.c13 DECLARE_LIBBPF_OPTS(bpf_iter_attach_opts, iter_opts); in do_pin()
/Linux-v5.15/tools/lib/bpf/
Dlibbpf.h347 struct bpf_iter_attach_opts { struct
356 const struct bpf_iter_attach_opts *opts); argument
Dlibbpf.c9637 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()