Home
last modified time | relevance | path

Searched refs:bpf_prog_query_opts (Results 1 – 8 of 8) sorted by relevance

/tools/testing/selftests/bpf/prog_tests/
Dtc_opts.c17 LIBBPF_OPTS(bpf_prog_query_opts, optq); in serial_test_tc_opts_basic()
53 err = bpf_prog_query_opts(loopback, BPF_TCX_INGRESS, &optq); in serial_test_tc_opts_basic()
78 err = bpf_prog_query_opts(loopback, BPF_TCX_EGRESS, &optq); in serial_test_tc_opts_basic()
115 LIBBPF_OPTS(bpf_prog_query_opts, optq); in test_tc_opts_before_target()
158 err = bpf_prog_query_opts(loopback, target, &optq); in test_tc_opts_before_target()
188 err = bpf_prog_query_opts(loopback, target, &optq); in test_tc_opts_before_target()
213 err = bpf_prog_query_opts(loopback, target, &optq); in test_tc_opts_before_target()
267 LIBBPF_OPTS(bpf_prog_query_opts, optq); in test_tc_opts_after_target()
310 err = bpf_prog_query_opts(loopback, target, &optq); in test_tc_opts_after_target()
340 err = bpf_prog_query_opts(loopback, target, &optq); in test_tc_opts_after_target()
[all …]
Dtc_links.c18 LIBBPF_OPTS(bpf_prog_query_opts, optq); in serial_test_tc_links_basic()
59 err = bpf_prog_query_opts(loopback, BPF_TCX_INGRESS, &optq); in serial_test_tc_links_basic()
92 err = bpf_prog_query_opts(loopback, BPF_TCX_EGRESS, &optq); in serial_test_tc_links_basic()
117 LIBBPF_OPTS(bpf_prog_query_opts, optq); in test_tc_links_before_target()
181 err = bpf_prog_query_opts(loopback, target, &optq); in test_tc_links_before_target()
234 err = bpf_prog_query_opts(loopback, target, &optq); in test_tc_links_before_target()
271 LIBBPF_OPTS(bpf_prog_query_opts, optq); in test_tc_links_after_target()
335 err = bpf_prog_query_opts(loopback, target, &optq); in test_tc_links_after_target()
388 err = bpf_prog_query_opts(loopback, target, &optq); in test_tc_links_after_target()
425 LIBBPF_OPTS(bpf_prog_query_opts, optq); in test_tc_links_revision_target()
[all …]
Dlsm_cgroup.c21 LIBBPF_OPTS(bpf_prog_query_opts, p); in query_prog_cnt()
25 ASSERT_OK(bpf_prog_query_opts(cgroup_fd, BPF_LSM_CGROUP, &p), "prog_query"); in query_prog_cnt()
41 ASSERT_OK(bpf_prog_query_opts(cgroup_fd, BPF_LSM_CGROUP, &p), "prog_query"); in query_prog_cnt()
/tools/bpf/bpftool/
Dcgroup.c205 LIBBPF_OPTS(bpf_prog_query_opts, p); in show_effective_bpf_progs()
214 ret = bpf_prog_query_opts(cgroup_fd, type, &p); in show_effective_bpf_progs()
230 LIBBPF_OPTS(bpf_prog_query_opts, p); in show_attached_bpf_progs()
243 ret = bpf_prog_query_opts(cgroup_fd, type, &p); in show_attached_bpf_progs()
Dnet.c457 LIBBPF_OPTS(bpf_prog_query_opts, optq); in __show_dev_tc_bpf()
467 ret = bpf_prog_query_opts(dev->ifindex, loc, &optq); in __show_dev_tc_bpf()
/tools/lib/bpf/
Dbpf.h553 struct bpf_prog_query_opts { struct
582 LIBBPF_API int bpf_prog_query_opts(int target, enum bpf_attach_type type,
583 struct bpf_prog_query_opts *opts);
Dlibbpf.map359 bpf_prog_query_opts;
Dbpf.c905 int bpf_prog_query_opts(int target, enum bpf_attach_type type, in bpf_prog_query_opts() function
906 struct bpf_prog_query_opts *opts) in bpf_prog_query_opts()
912 if (!OPTS_VALID(opts, bpf_prog_query_opts)) in bpf_prog_query_opts()
937 LIBBPF_OPTS(bpf_prog_query_opts, opts); in bpf_prog_query()
944 ret = bpf_prog_query_opts(target_fd, type, &opts); in bpf_prog_query()