Searched refs:OPTS_VALID (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/tools/lib/bpf/ |
A D | bpf.c | 180 if (!OPTS_VALID(opts, bpf_map_create_opts)) in bpf_map_create() 246 if (!OPTS_VALID(opts, bpf_prog_load_opts)) in bpf_prog_load() 526 if (!OPTS_VALID(opts, bpf_map_batch_opts)) in bpf_map_batch_common() 601 if (!OPTS_VALID(opts, bpf_obj_get_opts)) in bpf_obj_get_opts() 630 if (!OPTS_VALID(opts, bpf_prog_attach_opts)) in bpf_prog_attach_opts() 682 if (!OPTS_VALID(opts, bpf_link_create_opts)) in bpf_link_create() 794 if (!OPTS_VALID(opts, bpf_link_update_opts)) in bpf_link_update() 828 if (!OPTS_VALID(opts, bpf_prog_query_opts)) in bpf_prog_query_opts() 873 if (!OPTS_VALID(opts, bpf_test_run_opts)) in bpf_prog_test_run_opts() 1094 if (!OPTS_VALID(opts, bpf_btf_load_opts)) in bpf_btf_load() [all …]
|
A D | netlink.c | 325 if (!OPTS_VALID(opts, bpf_xdp_attach_opts)) in bpf_xdp_attach() 442 if (!OPTS_VALID(opts, bpf_xdp_query_opts)) in bpf_xdp_query() 609 if (!hook || !OPTS_VALID(hook, bpf_tc_hook) || in bpf_tc_hook_create() 623 if (!hook || !OPTS_VALID(hook, bpf_tc_hook) || in bpf_tc_hook_destroy() 716 !OPTS_VALID(hook, bpf_tc_hook) || in bpf_tc_attach() 717 !OPTS_VALID(opts, bpf_tc_opts)) in bpf_tc_attach() 790 !OPTS_VALID(hook, bpf_tc_hook) || in __bpf_tc_detach() 791 !OPTS_VALID(opts, bpf_tc_opts)) in __bpf_tc_detach() 862 !OPTS_VALID(hook, bpf_tc_hook) || in bpf_tc_query() 863 !OPTS_VALID(opts, bpf_tc_opts)) in bpf_tc_query()
|
A D | ringbuf.c | 189 if (!OPTS_VALID(opts, ring_buffer_opts)) in ring_buffer__new() 426 if (!OPTS_VALID(opts, user_ring_buffer_opts)) in user_ring_buffer__new()
|
A D | libbpf_internal.h | 296 #define OPTS_VALID(opts, type) \ macro
|
A D | btf_dump.c | 156 if (!OPTS_VALID(opts, btf_dump_opts)) in btf_dump__new() 1272 if (!OPTS_VALID(opts, btf_dump_emit_type_decl_opts)) in btf_dump__emit_type_decl() 2499 if (!OPTS_VALID(opts, btf_dump_type_data_opts)) in btf_dump__dump_type_data()
|
A D | libbpf.c | 7196 if (!OPTS_VALID(opts, bpf_object_open_opts)) in bpf_object_open() 8247 if (!OPTS_VALID(opts, gen_loader_opts)) in bpf_object__gen_loader() 9728 if (!OPTS_VALID(opts, bpf_perf_event_opts)) in bpf_program__attach_perf_event_opts() 10116 if (!OPTS_VALID(opts, bpf_kprobe_opts)) in bpf_program__attach_kprobe_opts() 10195 if (!OPTS_VALID(opts, bpf_ksyscall_opts)) in bpf_program__attach_ksyscall() 10784 if (!OPTS_VALID(opts, bpf_uprobe_opts)) in bpf_program__attach_uprobe_opts() 10946 if (!OPTS_VALID(opts, bpf_uprobe_opts)) in bpf_program__attach_usdt() 11078 if (!OPTS_VALID(opts, bpf_tracepoint_opts)) in bpf_program__attach_tracepoint_opts() 11221 if (!OPTS_VALID(opts, bpf_trace_opts)) in bpf_program__attach_btf_id() 11373 if (!OPTS_VALID(opts, bpf_iter_attach_opts)) in bpf_program__attach_iter() [all …]
|
A D | linker.c | 222 if (!OPTS_VALID(opts, bpf_linker_opts)) in bpf_linker__new() 446 if (!OPTS_VALID(opts, bpf_linker_file_opts)) in bpf_linker__add_file()
|
A D | btf.c | 3046 if (!OPTS_VALID(opts, btf_dedup_opts)) in btf__dedup()
|
Completed in 49 milliseconds