Searched refs:bpf_link_create_opts (Results 1 – 5 of 5) sorted by relevance
/linux/tools/testing/selftests/bpf/prog_tests/ |
A 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 …]
|
/linux/tools/lib/bpf/ |
A D | bpf.h | 174 struct bpf_link_create_opts { struct 191 const struct bpf_link_create_opts *opts); argument
|
A D | bpf.c | 712 const struct bpf_link_create_opts *opts) in bpf_link_create() 718 if (!OPTS_VALID(opts, bpf_link_create_opts)) in bpf_link_create()
|
A D | xsk.c | 513 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, opts); in xsk_create_bpf_link() 728 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, opts, in xsk_probe_bpf_link()
|
A D | libbpf.c | 9452 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, link_opts, in bpf_program__attach_perf_event_opts() 10211 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, opts, in bpf_program__attach_fd() 10297 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, link_create_opts); in bpf_program__attach_iter()
|
Completed in 32 milliseconds