Home
last modified time | relevance | path

Searched refs:OPTS_VALID (Results 1 – 7 of 7) sorted by relevance

/linux/tools/lib/bpf/
A Dnetlink.c225 if (!OPTS_VALID(opts, bpf_xdp_set_link_opts)) in bpf_set_link_xdp_fd_opts()
459 if (!hook || !OPTS_VALID(hook, bpf_tc_hook) || in bpf_tc_hook_create()
473 if (!hook || !OPTS_VALID(hook, bpf_tc_hook) || in bpf_tc_hook_destroy()
565 !OPTS_VALID(hook, bpf_tc_hook) || in bpf_tc_attach()
566 !OPTS_VALID(opts, bpf_tc_opts)) in bpf_tc_attach()
638 !OPTS_VALID(hook, bpf_tc_hook) || in __bpf_tc_detach()
639 !OPTS_VALID(opts, bpf_tc_opts)) in __bpf_tc_detach()
710 !OPTS_VALID(hook, bpf_tc_hook) || in bpf_tc_query()
711 !OPTS_VALID(opts, bpf_tc_opts)) in bpf_tc_query()
A Dbpf.c577 if (!OPTS_VALID(opts, bpf_map_batch_opts)) in bpf_map_batch_common()
669 if (!OPTS_VALID(opts, bpf_prog_attach_opts)) in bpf_prog_attach_xattr()
718 if (!OPTS_VALID(opts, bpf_link_create_opts)) in bpf_link_create()
781 if (!OPTS_VALID(opts, bpf_link_update_opts)) in bpf_link_update()
889 if (!OPTS_VALID(opts, bpf_test_run_opts)) in bpf_prog_test_run_opts()
1099 if (!OPTS_VALID(opts, bpf_prog_bind_opts)) in bpf_prog_bind_map()
A Dringbuf.c167 if (!OPTS_VALID(opts, ring_buffer_opts)) in ring_buffer__new()
A Dlibbpf_internal.h251 #define OPTS_VALID(opts, type) \ macro
A Dbtf_dump.c1107 if (!OPTS_VALID(opts, btf_dump_emit_type_decl_opts)) in btf_dump__emit_type_decl()
2287 if (!OPTS_VALID(opts, btf_dump_type_data_opts)) in btf_dump__dump_type_data()
A Dlinker.c221 if (!OPTS_VALID(opts, bpf_linker_opts)) in bpf_linker__new()
445 if (!OPTS_VALID(opts, bpf_linker_file_opts)) in bpf_linker__add_file()
A Dlibbpf.c6762 if (!OPTS_VALID(opts, bpf_object_open_opts)) in __bpf_object__open()
8024 if (!OPTS_VALID(opts, gen_loader_opts)) in bpf_object__gen_loader()
9429 if (!OPTS_VALID(opts, bpf_perf_event_opts)) in bpf_program__attach_perf_event_opts()
9720 if (!OPTS_VALID(opts, bpf_kprobe_opts)) in bpf_program__attach_kprobe_opts()
9913 if (!OPTS_VALID(opts, bpf_uprobe_opts)) in bpf_program__attach_uprobe_opts()
10043 if (!OPTS_VALID(opts, bpf_tracepoint_opts)) in bpf_program__attach_tracepoint_opts()
10303 if (!OPTS_VALID(opts, bpf_iter_attach_opts)) in bpf_program__attach_iter()

Completed in 40 milliseconds