Searched refs:OPTS_VALID (Results 1 – 8 of 8) sorted by relevance
| /tools/lib/bpf/ |
| A D | bpf.c | 183 if (!OPTS_VALID(opts, bpf_map_create_opts)) in bpf_map_create() 252 if (!OPTS_VALID(opts, bpf_prog_load_opts)) in bpf_prog_load() 533 if (!OPTS_VALID(opts, bpf_map_batch_opts)) in bpf_map_batch_common() 589 if (!OPTS_VALID(opts, bpf_obj_pin_opts)) in bpf_obj_pin_opts() 618 if (!OPTS_VALID(opts, bpf_obj_get_opts)) in bpf_obj_get_opts() 648 if (!OPTS_VALID(opts, bpf_prog_attach_opts)) in bpf_prog_attach_opts() 983 if (!OPTS_VALID(opts, bpf_prog_query_opts)) in bpf_prog_query_opts() 1030 if (!OPTS_VALID(opts, bpf_test_run_opts)) in bpf_prog_test_run_opts() 1231 if (!OPTS_VALID(opts, bpf_raw_tp_opts)) in bpf_raw_tracepoint_open_opts() 1263 if (!OPTS_VALID(opts, bpf_btf_load_opts)) in bpf_btf_load() [all …]
|
| A D | netlink.c | 326 if (!OPTS_VALID(opts, bpf_xdp_attach_opts)) in bpf_xdp_attach() 446 if (!OPTS_VALID(opts, bpf_xdp_query_opts)) in bpf_xdp_query() 633 if (!hook || !OPTS_VALID(hook, bpf_tc_hook) || in bpf_tc_hook_create() 647 if (!hook || !OPTS_VALID(hook, bpf_tc_hook) || in bpf_tc_hook_destroy() 741 !OPTS_VALID(hook, bpf_tc_hook) || in bpf_tc_attach() 742 !OPTS_VALID(opts, bpf_tc_opts)) in bpf_tc_attach() 815 !OPTS_VALID(hook, bpf_tc_hook) || in __bpf_tc_detach() 816 !OPTS_VALID(opts, bpf_tc_opts)) in __bpf_tc_detach() 887 !OPTS_VALID(hook, bpf_tc_hook) || in bpf_tc_query() 888 !OPTS_VALID(opts, bpf_tc_opts)) in bpf_tc_query()
|
| A D | ringbuf.c | 197 if (!OPTS_VALID(opts, ring_buffer_opts)) in ring_buffer__new() 524 if (!OPTS_VALID(opts, user_ring_buffer_opts)) in user_ring_buffer__new()
|
| A D | linker.c | 233 if (!OPTS_VALID(opts, bpf_linker_opts)) in bpf_linker__new() 279 if (!OPTS_VALID(opts, bpf_linker_opts)) in bpf_linker__new_fd() 524 if (!OPTS_VALID(opts, bpf_linker_file_opts)) in bpf_linker__add_file() 548 if (!OPTS_VALID(opts, bpf_linker_file_opts)) in bpf_linker__add_fd() 568 if (!OPTS_VALID(opts, bpf_linker_file_opts)) in bpf_linker__add_buf()
|
| A D | libbpf.c | 9222 if (!OPTS_VALID(opts, gen_loader_opts)) in bpf_object__gen_loader() 11317 if (!OPTS_VALID(opts, bpf_kprobe_opts)) in bpf_program__attach_kprobe_opts() 11417 if (!OPTS_VALID(opts, bpf_ksyscall_opts)) in bpf_program__attach_ksyscall() 12252 if (!OPTS_VALID(opts, bpf_uprobe_opts)) in bpf_program__attach_uprobe_opts() 12459 if (!OPTS_VALID(opts, bpf_uprobe_opts)) in bpf_program__attach_usdt() 12744 if (!OPTS_VALID(opts, bpf_trace_opts)) in bpf_program__attach_btf_id() 12866 if (!OPTS_VALID(opts, bpf_cgroup_opts)) in bpf_program__attach_cgroup_opts() 12894 if (!OPTS_VALID(opts, bpf_tcx_opts)) in bpf_program__attach_tcx() 12929 if (!OPTS_VALID(opts, bpf_netkit_opts)) in bpf_program__attach_netkit() 13044 if (!OPTS_VALID(opts, bpf_netfilter_opts)) in bpf_program__attach_netfilter() [all …]
|
| A D | libbpf_internal.h | 316 #define OPTS_VALID(opts, type) \ macro
|
| A D | btf_dump.c | 158 if (!OPTS_VALID(opts, btf_dump_opts)) in btf_dump__new() 1277 if (!OPTS_VALID(opts, btf_dump_emit_type_decl_opts)) in btf_dump__emit_type_decl() 2581 if (!OPTS_VALID(opts, btf_dump_type_data_opts)) in btf_dump__dump_type_data()
|
| A D | btf.c | 3560 if (!OPTS_VALID(opts, btf_dedup_opts)) in btf__dedup()
|
Completed in 55 milliseconds