Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/
Dflow_dissector_reattach.c124 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 …]
Dkprobe_multi_test.c60 static void test_link_api(struct bpf_link_create_opts *opts) in test_link_api()
99 LIBBPF_OPTS(bpf_link_create_opts, opts); in test_link_api_addrs()
118 LIBBPF_OPTS(bpf_link_create_opts, opts); in test_link_api_syms()
Dbpf_cookie.c103 LIBBPF_OPTS(bpf_link_create_opts, opts); in kprobe_multi_link_api_subtest()
422 LIBBPF_OPTS(bpf_link_create_opts, link_opts); in tracing_subtest()
474 LIBBPF_OPTS(bpf_link_create_opts, link_opts); in lsm_subtest()
/linux-6.1.9/tools/lib/bpf/
Dbpf.h304 struct bpf_link_create_opts { struct
331 const struct bpf_link_create_opts *opts); argument
Dbpf.c675 const struct bpf_link_create_opts *opts) in bpf_link_create()
682 if (!OPTS_VALID(opts, bpf_link_create_opts)) in bpf_link_create()
Dlibbpf.c9733 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, link_opts, in bpf_program__attach_perf_event_opts()
10249 LIBBPF_OPTS(bpf_link_create_opts, lopts); in bpf_program__attach_kprobe_multi_opts()
11191 LIBBPF_OPTS(bpf_link_create_opts, link_opts); in bpf_program__attach_btf_id()
11256 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, opts, in bpf_program__attach_fd()
11342 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, link_create_opts); in bpf_program__attach_iter()
/linux-6.1.9/tools/testing/selftests/bpf/
Dxsk.c492 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, opts); in xsk_create_bpf_link()
725 LIBBPF_OPTS(bpf_link_create_opts, opts, .flags = XDP_FLAGS_SKB_MODE); in xsk_probe_bpf_link()
Dxskxceiver.c1869 LIBBPF_OPTS(bpf_link_create_opts, opts, .flags = flags); in is_xdp_supported()