Home
last modified time | relevance | path

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

/external/libbpf/src/
Dbpf.h385 struct bpf_prog_attach_opts { struct
394 LIBBPF_API int bpf_prog_attach_opts(int prog_fd, int attachable_fd, argument
396 const struct bpf_prog_attach_opts *opts);
400 const struct bpf_prog_attach_opts *opts);
Dbpf.c753 DECLARE_LIBBPF_OPTS(bpf_prog_attach_opts, opts, in bpf_prog_attach()
757 return bpf_prog_attach_opts(prog_fd, target_fd, type, &opts); in bpf_prog_attach()
760 int bpf_prog_attach_opts(int prog_fd, int target_fd, in bpf_prog_attach_opts() function
762 const struct bpf_prog_attach_opts *opts) in bpf_prog_attach_opts()
767 if (!OPTS_VALID(opts, bpf_prog_attach_opts)) in bpf_prog_attach_opts()
784 const struct bpf_prog_attach_opts *opts);
Dlibbpf.map250 bpf_prog_attach_opts;
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
Dcgroup_attach_multi.c81 DECLARE_LIBBPF_OPTS(bpf_prog_attach_opts, attach_opts); in serial_test_cgroup_attach_multi()