Home
last modified time | relevance | path

Searched refs:bpf_prog_attach_opts (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/tools/lib/bpf/
Dbpf.h155 struct bpf_prog_attach_opts { struct
166 const struct bpf_prog_attach_opts *opts); argument
Dbpf.c536 DECLARE_LIBBPF_OPTS(bpf_prog_attach_opts, opts, in bpf_prog_attach()
545 const struct bpf_prog_attach_opts *opts) in bpf_prog_attach_xattr()
549 if (!OPTS_VALID(opts, bpf_prog_attach_opts)) in bpf_prog_attach_xattr()
/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/
Dcgroup_attach_multi.c81 DECLARE_LIBBPF_OPTS(bpf_prog_attach_opts, attach_opts); in test_cgroup_attach_multi()