Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
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 …]
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()
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()
A Dtc_netkit.c407 LIBBPF_OPTS(bpf_prog_attach_opts, opta); in serial_test_tc_netkit_multi_opts_target()
438 err = bpf_prog_attach_opts(fd1, ifindex, target, &opta); in serial_test_tc_netkit_multi_opts_target()
470 err = bpf_prog_attach_opts(fd2, ifindex, target, &opta); in serial_test_tc_netkit_multi_opts_target()
/linux/tools/lib/bpf/
A Dbpf.h336 struct bpf_prog_attach_opts { struct
372 LIBBPF_API int bpf_prog_attach_opts(int prog_fd, int target,
374 const struct bpf_prog_attach_opts *opts);
A Dbpf.c632 DECLARE_LIBBPF_OPTS(bpf_prog_attach_opts, opts, in bpf_prog_attach()
636 return bpf_prog_attach_opts(prog_fd, target_fd, type, &opts); in bpf_prog_attach()
639 int bpf_prog_attach_opts(int prog_fd, int target, enum bpf_attach_type type, in bpf_prog_attach_opts() function
640 const struct bpf_prog_attach_opts *opts) in bpf_prog_attach_opts()
647 if (!OPTS_VALID(opts, bpf_prog_attach_opts)) in bpf_prog_attach_opts()
A Dlibbpf.map155 bpf_prog_attach_opts;

Completed in 21 milliseconds