Searched refs:OPTS_VALID (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/bpf/ |
D | bpf.c | 462 if (!OPTS_VALID(opts, bpf_map_batch_opts)) in bpf_map_batch_common() 549 if (!OPTS_VALID(opts, bpf_prog_attach_opts)) in bpf_prog_attach_xattr() 592 if (!OPTS_VALID(opts, bpf_link_create_opts)) in bpf_link_create() 633 if (!OPTS_VALID(opts, bpf_link_update_opts)) in bpf_link_update() 732 if (!OPTS_VALID(opts, bpf_test_run_opts)) in bpf_prog_test_run_opts() 924 if (!OPTS_VALID(opts, bpf_prog_bind_opts)) in bpf_prog_bind_map()
|
D | libbpf_internal.h | 134 #define OPTS_VALID(opts, type) \ macro
|
D | ringbuf.c | 167 if (!OPTS_VALID(opts, ring_buffer_opts)) in ring_buffer__new()
|
D | netlink.c | 207 if (!OPTS_VALID(opts, bpf_xdp_set_link_opts)) in bpf_set_link_xdp_fd_opts()
|
D | btf_dump.c | 1086 if (!OPTS_VALID(opts, btf_dump_emit_type_decl_opts)) in btf_dump__emit_type_decl()
|
D | libbpf.c | 6944 if (!OPTS_VALID(opts, bpf_object_open_opts)) in __bpf_object__open() 9793 if (!OPTS_VALID(opts, bpf_iter_attach_opts)) in bpf_program__attach_iter()
|