Searched refs:bpf_link_create_opts (Results 1 – 9 of 9) sorted by relevance
/linux-6.6.21/tools/testing/selftests/bpf/prog_tests/ |
D | flow_dissector_reattach.c | 124 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, opts); in test_link_create_link_create() 149 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, opts); in test_prog_attach_link_create() 176 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, opts); in test_link_create_prog_attach() 199 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, opts); in test_link_create_prog_detach() 243 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, opts); in test_link_create_close_query() 260 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, create_opts); in test_link_update_no_old_prog() 285 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, create_opts); in test_link_update_replace_old_prog() 310 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, create_opts); in test_link_update_same_prog() 335 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, create_opts); in test_link_update_invalid_opts() 395 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, create_opts); in test_link_update_invalid_prog() [all …]
|
D | kprobe_multi_test.c | 61 static void test_link_api(struct bpf_link_create_opts *opts) in test_link_api() 100 LIBBPF_OPTS(bpf_link_create_opts, opts); in test_link_api_addrs() 119 LIBBPF_OPTS(bpf_link_create_opts, opts); in test_link_api_syms()
|
D | bpf_cookie.c | 104 LIBBPF_OPTS(bpf_link_create_opts, opts); in kprobe_multi_link_api_subtest() 498 LIBBPF_OPTS(bpf_link_create_opts, link_opts); in tracing_subtest() 550 LIBBPF_OPTS(bpf_link_create_opts, link_opts); in lsm_subtest()
|
D | xdp_attach.c | 112 LIBBPF_OPTS(bpf_link_create_opts, opts); in test_xdp_attach_fail()
|
D | uprobe_multi_test.c | 240 LIBBPF_OPTS(bpf_link_create_opts, opts); in __test_link_api()
|
/linux-6.6.21/tools/lib/bpf/ |
D | bpf.h | 378 struct bpf_link_create_opts { struct 425 const struct bpf_link_create_opts *opts);
|
D | bpf.c | 719 const struct bpf_link_create_opts *opts) in bpf_link_create() 726 if (!OPTS_VALID(opts, bpf_link_create_opts)) in bpf_link_create()
|
D | libbpf.c | 4841 LIBBPF_OPTS(bpf_link_create_opts, link_opts); in probe_uprobe_multi_link() 10136 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, link_opts, in bpf_program__attach_perf_event_opts() 10830 LIBBPF_OPTS(bpf_link_create_opts, lopts); in bpf_program__attach_kprobe_multi_opts() 11256 LIBBPF_OPTS(bpf_link_create_opts, lopts); in bpf_program__attach_uprobe_multi() 11844 LIBBPF_OPTS(bpf_link_create_opts, link_opts); in bpf_program__attach_btf_id() 11908 const struct bpf_link_create_opts *opts) in bpf_program_attach_fd() 11962 LIBBPF_OPTS(bpf_link_create_opts, link_create_opts); in bpf_program__attach_tcx() 12012 LIBBPF_OPTS(bpf_link_create_opts, target_opts); in bpf_program__attach_freplace() 12034 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, link_create_opts); in bpf_program__attach_iter() 12079 LIBBPF_OPTS(bpf_link_create_opts, lopts); in bpf_program__attach_netfilter()
|
/linux-6.6.21/tools/testing/selftests/bpf/ |
D | xskxceiver.c | 2269 LIBBPF_OPTS(bpf_link_create_opts, opts, .flags = flags); in is_xdp_supported()
|