Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Dnetlink.c328 if (!OPTS_VALID(opts, bpf_xdp_attach_opts)) in bpf_xdp_attach()
448 if (!OPTS_VALID(opts, bpf_xdp_query_opts)) in bpf_xdp_query()
635 if (!hook || !OPTS_VALID(hook, bpf_tc_hook) || in bpf_tc_hook_create()
649 if (!hook || !OPTS_VALID(hook, bpf_tc_hook) || in bpf_tc_hook_destroy()
743 !OPTS_VALID(hook, bpf_tc_hook) || in bpf_tc_attach()
744 !OPTS_VALID(opts, bpf_tc_opts)) in bpf_tc_attach()
817 !OPTS_VALID(hook, bpf_tc_hook) || in __bpf_tc_detach()
818 !OPTS_VALID(opts, bpf_tc_opts)) in __bpf_tc_detach()
889 !OPTS_VALID(hook, bpf_tc_hook) || in bpf_tc_query()
890 !OPTS_VALID(opts, bpf_tc_opts)) in bpf_tc_query()
H A Dlinker.c232 if (!OPTS_VALID(opts, bpf_linker_opts)) in bpf_linker__new()
278 if (!OPTS_VALID(opts, bpf_linker_opts)) in bpf_linker__new_fd()
523 if (!OPTS_VALID(opts, bpf_linker_file_opts)) in bpf_linker__add_file()
547 if (!OPTS_VALID(opts, bpf_linker_file_opts)) in bpf_linker__add_fd()
567 if (!OPTS_VALID(opts, bpf_linker_file_opts)) in bpf_linker__add_buf()
H A Dlibbpf.c8313 if (!OPTS_VALID(opts, bpf_object_open_opts)) in bpf_object_open()
9537 if (!OPTS_VALID(opts, gen_loader_opts)) in bpf_object__gen_loader()
9942 if (!OPTS_VALID(opts, libbpf_prog_handler_opts)) in libbpf_register_prog_handler()
11267 if (!OPTS_VALID(opts, bpf_perf_event_opts)) in bpf_program__attach_perf_event_opts()
11667 if (!OPTS_VALID(opts, bpf_kprobe_opts)) in bpf_program__attach_kprobe_opts()
11767 if (!OPTS_VALID(opts, bpf_ksyscall_opts)) in bpf_program__attach_ksyscall()
12017 if (!OPTS_VALID(opts, bpf_kprobe_multi_opts)) in bpf_program__attach_kprobe_multi_opts()
12476 if (!OPTS_VALID(opts, bpf_uprobe_multi_opts)) in bpf_program__attach_uprobe_multi()
12601 if (!OPTS_VALID(opts, bpf_uprobe_opts)) in bpf_program__attach_uprobe_opts()
12808 if (!OPTS_VALID(opts, bpf_uprobe_opts)) in bpf_program__attach_usdt()
[all …]
H A Dlibbpf_internal.h328 #define OPTS_VALID(opts, type) \ macro