Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtc_opts.c15 LIBBPF_OPTS(bpf_prog_attach_opts, opta); in serial_test_tc_opts_basic()
113 LIBBPF_OPTS(bpf_prog_attach_opts, opta); in test_tc_opts_before_target()
265 LIBBPF_OPTS(bpf_prog_attach_opts, opta); in test_tc_opts_after_target()
456 LIBBPF_OPTS(bpf_prog_attach_opts, opta); in test_tc_opts_revision_target()
567 LIBBPF_OPTS(bpf_prog_attach_opts, opta); in test_tc_chain_classic()
668 LIBBPF_OPTS(bpf_prog_attach_opts, opta); in test_tc_opts_replace_target()
875 LIBBPF_OPTS(bpf_prog_attach_opts, opta); in test_tc_opts_invalid_target()
1028 LIBBPF_OPTS(bpf_prog_attach_opts, opta); in test_tc_opts_prepend_target()
1168 LIBBPF_OPTS(bpf_prog_attach_opts, opta); in test_tc_opts_append_target()
1308 LIBBPF_OPTS(bpf_prog_attach_opts, opta); in test_tc_opts_dev_cleanup_target()
[all …]
H A Dcgroup_attach_multi.c81 DECLARE_LIBBPF_OPTS(bpf_prog_attach_opts, attach_opts); in serial_test_cgroup_attach_multi()
197 if (CHECK(!bpf_prog_attach_opts(allow_prog[6], cg1, in serial_test_cgroup_attach_multi()
204 if (CHECK(!bpf_prog_attach_opts(allow_prog[6], cg1, in serial_test_cgroup_attach_multi()
212 if (CHECK(!bpf_prog_attach_opts(allow_prog[6], cg1, in serial_test_cgroup_attach_multi()
220 if (CHECK(!bpf_prog_attach_opts(allow_prog[6], cg1, in serial_test_cgroup_attach_multi()
228 if (CHECK(bpf_prog_attach_opts(allow_prog[6], cg1, in serial_test_cgroup_attach_multi()
235 if (CHECK(bpf_prog_attach_opts(allow_prog[6], cg1, in serial_test_cgroup_attach_multi()
H A Dlsm_cgroup.c67 DECLARE_LIBBPF_OPTS(bpf_prog_attach_opts, attach_opts); in test_lsm_cgroup_functional()
136 err = bpf_prog_attach_opts(post_create_prog_fd2, cgroup_fd, in test_lsm_cgroup_functional()
/openbmc/linux/tools/lib/bpf/
H A Dbpf.h321 struct bpf_prog_attach_opts { struct
357 LIBBPF_API int bpf_prog_attach_opts(int prog_fd, int target,
359 const struct bpf_prog_attach_opts *opts);
H A Dbpf.c625 DECLARE_LIBBPF_OPTS(bpf_prog_attach_opts, opts, in bpf_prog_attach()
629 return bpf_prog_attach_opts(prog_fd, target_fd, type, &opts); in bpf_prog_attach()
632 int bpf_prog_attach_opts(int prog_fd, int target, enum bpf_attach_type type, in bpf_prog_attach_opts() function
633 const struct bpf_prog_attach_opts *opts) in bpf_prog_attach_opts()
640 if (!OPTS_VALID(opts, bpf_prog_attach_opts)) in bpf_prog_attach_opts()
H A Dlibbpf.map155 bpf_prog_attach_opts;