Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
Dbpf_iter.c567 DECLARE_LIBBPF_OPTS(bpf_iter_attach_opts, opts); in test_bpf_hash_map()
665 DECLARE_LIBBPF_OPTS(bpf_iter_attach_opts, opts); in test_bpf_percpu_hash_map()
756 DECLARE_LIBBPF_OPTS(bpf_iter_attach_opts, opts); in test_bpf_array_map()
841 DECLARE_LIBBPF_OPTS(bpf_iter_attach_opts, opts); in test_bpf_percpu_array_map()
918 DECLARE_LIBBPF_OPTS(bpf_iter_attach_opts, opts); in test_bpf_sk_storage_map()
991 DECLARE_LIBBPF_OPTS(bpf_iter_attach_opts, opts); in test_rdonly_buf_out_of_bound()
Dsockmap_basic.c199 DECLARE_LIBBPF_OPTS(bpf_iter_attach_opts, opts); in test_sockmap_copy()
/kernel/linux/linux-5.10/tools/bpf/bpftool/
Diter.c13 DECLARE_LIBBPF_OPTS(bpf_iter_attach_opts, iter_opts); in do_pin()
/kernel/linux/linux-5.10/tools/lib/bpf/
Dlibbpf.h272 struct bpf_iter_attach_opts { struct
281 const struct bpf_iter_attach_opts *opts); argument
Dlibbpf.c9785 const struct bpf_iter_attach_opts *opts) in bpf_program__attach_iter()
9793 if (!OPTS_VALID(opts, bpf_iter_attach_opts)) in bpf_program__attach_iter()