Symbol: bpf_link_create_opts
tools/lib/bpf/bpf.c
784
const struct bpf_link_create_opts *opts)
tools/lib/bpf/bpf.c
791
if (!OPTS_VALID(opts, bpf_link_create_opts))
tools/lib/bpf/bpf.h
485
const struct bpf_link_create_opts *opts);
tools/lib/bpf/features.c
369
LIBBPF_OPTS(bpf_link_create_opts, link_opts);
tools/lib/bpf/libbpf.c
11551
DECLARE_LIBBPF_OPTS(bpf_link_create_opts, link_opts,
tools/lib/bpf/libbpf.c
12266
LIBBPF_OPTS(bpf_link_create_opts, lopts);
tools/lib/bpf/libbpf.c
12692
LIBBPF_OPTS(bpf_link_create_opts, lopts);
tools/lib/bpf/libbpf.c
13024
LIBBPF_OPTS(bpf_link_create_opts, lopts);
tools/lib/bpf/libbpf.c
13669
LIBBPF_OPTS(bpf_link_create_opts, link_opts);
tools/lib/bpf/libbpf.c
13732
const struct bpf_link_create_opts *opts)
tools/lib/bpf/libbpf.c
13791
LIBBPF_OPTS(bpf_link_create_opts, link_create_opts);
tools/lib/bpf/libbpf.c
13819
LIBBPF_OPTS(bpf_link_create_opts, link_create_opts);
tools/lib/bpf/libbpf.c
13854
LIBBPF_OPTS(bpf_link_create_opts, link_create_opts);
tools/lib/bpf/libbpf.c
13903
LIBBPF_OPTS(bpf_link_create_opts, target_opts);
tools/lib/bpf/libbpf.c
13925
DECLARE_LIBBPF_OPTS(bpf_link_create_opts, link_create_opts);
tools/lib/bpf/libbpf.c
13969
LIBBPF_OPTS(bpf_link_create_opts, lopts);
tools/testing/selftests/bpf/prog_tests/bpf_cookie.c
105
LIBBPF_OPTS(bpf_link_create_opts, opts);
tools/testing/selftests/bpf/prog_tests/bpf_cookie.c
535
LIBBPF_OPTS(bpf_link_create_opts, link_opts);
tools/testing/selftests/bpf/prog_tests/bpf_cookie.c
589
LIBBPF_OPTS(bpf_link_create_opts, link_opts);
tools/testing/selftests/bpf/prog_tests/bpf_cookie.c
620
LIBBPF_OPTS(bpf_link_create_opts, link_opts);
tools/testing/selftests/bpf/prog_tests/cgroup_preorder.c
117
LIBBPF_OPTS(bpf_link_create_opts, create_opts);
tools/testing/selftests/bpf/prog_tests/flow_dissector_reattach.c
124
DECLARE_LIBBPF_OPTS(bpf_link_create_opts, opts);
tools/testing/selftests/bpf/prog_tests/flow_dissector_reattach.c
149
DECLARE_LIBBPF_OPTS(bpf_link_create_opts, opts);
tools/testing/selftests/bpf/prog_tests/flow_dissector_reattach.c
176
DECLARE_LIBBPF_OPTS(bpf_link_create_opts, opts);
tools/testing/selftests/bpf/prog_tests/flow_dissector_reattach.c
199
DECLARE_LIBBPF_OPTS(bpf_link_create_opts, opts);
tools/testing/selftests/bpf/prog_tests/flow_dissector_reattach.c
243
DECLARE_LIBBPF_OPTS(bpf_link_create_opts, opts);
tools/testing/selftests/bpf/prog_tests/flow_dissector_reattach.c
260
DECLARE_LIBBPF_OPTS(bpf_link_create_opts, create_opts);
tools/testing/selftests/bpf/prog_tests/flow_dissector_reattach.c
285
DECLARE_LIBBPF_OPTS(bpf_link_create_opts, create_opts);
tools/testing/selftests/bpf/prog_tests/flow_dissector_reattach.c
310
DECLARE_LIBBPF_OPTS(bpf_link_create_opts, create_opts);
tools/testing/selftests/bpf/prog_tests/flow_dissector_reattach.c
335
DECLARE_LIBBPF_OPTS(bpf_link_create_opts, create_opts);
tools/testing/selftests/bpf/prog_tests/flow_dissector_reattach.c
395
DECLARE_LIBBPF_OPTS(bpf_link_create_opts, create_opts);
tools/testing/selftests/bpf/prog_tests/flow_dissector_reattach.c
438
DECLARE_LIBBPF_OPTS(bpf_link_create_opts, create_opts);
tools/testing/selftests/bpf/prog_tests/flow_dissector_reattach.c
475
DECLARE_LIBBPF_OPTS(bpf_link_create_opts, create_opts);
tools/testing/selftests/bpf/prog_tests/kprobe_multi_test.c
107
LIBBPF_OPTS(bpf_link_create_opts, opts);
tools/testing/selftests/bpf/prog_tests/kprobe_multi_test.c
126
LIBBPF_OPTS(bpf_link_create_opts, opts);
tools/testing/selftests/bpf/prog_tests/kprobe_multi_test.c
68
static void test_link_api(struct bpf_link_create_opts *opts)
tools/testing/selftests/bpf/prog_tests/uprobe_multi_test.c
379
LIBBPF_OPTS(bpf_link_create_opts, opts);
tools/testing/selftests/bpf/prog_tests/uprobe_multi_test.c
627
LIBBPF_OPTS(bpf_link_create_opts, opts);
tools/testing/selftests/bpf/prog_tests/uprobe_multi_test.c
697
LIBBPF_OPTS(bpf_link_create_opts, opts);
tools/testing/selftests/bpf/prog_tests/uprobe_multi_test.c
793
LIBBPF_OPTS(bpf_link_create_opts, opts);
tools/testing/selftests/bpf/prog_tests/xdp_attach.c
112
LIBBPF_OPTS(bpf_link_create_opts, opts);
tools/testing/selftests/bpf/xskxceiver.c
299
LIBBPF_OPTS(bpf_link_create_opts, opts, .flags = flags);