Lines Matching refs:OPTS_GET
587 attr.batch.elem_flags = OPTS_GET(opts, elem_flags, 0); in bpf_map_batch_common()
588 attr.batch.flags = OPTS_GET(opts, flags, 0); in bpf_map_batch_common()
676 attr.attach_flags = OPTS_GET(opts, flags, 0); in bpf_prog_attach_xattr()
677 attr.replace_bpf_fd = OPTS_GET(opts, replace_prog_fd, 0); in bpf_prog_attach_xattr()
721 iter_info_len = OPTS_GET(opts, iter_info_len, 0); in bpf_link_create()
722 target_btf_id = OPTS_GET(opts, target_btf_id, 0); in bpf_link_create()
736 attr.link_create.flags = OPTS_GET(opts, flags, 0); in bpf_link_create()
745 attr.link_create.iter_info = ptr_to_u64(OPTS_GET(opts, iter_info, (void *)0)); in bpf_link_create()
749 attr.link_create.perf_event.bpf_cookie = OPTS_GET(opts, perf_event.bpf_cookie, 0); in bpf_link_create()
787 attr.link_update.flags = OPTS_GET(opts, flags, 0); in bpf_link_update()
788 attr.link_update.old_prog_fd = OPTS_GET(opts, old_prog_fd, 0); in bpf_link_update()
894 attr.test.cpu = OPTS_GET(opts, cpu, 0); in bpf_prog_test_run_opts()
895 attr.test.flags = OPTS_GET(opts, flags, 0); in bpf_prog_test_run_opts()
896 attr.test.repeat = OPTS_GET(opts, repeat, 0); in bpf_prog_test_run_opts()
897 attr.test.duration = OPTS_GET(opts, duration, 0); in bpf_prog_test_run_opts()
898 attr.test.ctx_size_in = OPTS_GET(opts, ctx_size_in, 0); in bpf_prog_test_run_opts()
899 attr.test.ctx_size_out = OPTS_GET(opts, ctx_size_out, 0); in bpf_prog_test_run_opts()
900 attr.test.data_size_in = OPTS_GET(opts, data_size_in, 0); in bpf_prog_test_run_opts()
901 attr.test.data_size_out = OPTS_GET(opts, data_size_out, 0); in bpf_prog_test_run_opts()
902 attr.test.ctx_in = ptr_to_u64(OPTS_GET(opts, ctx_in, NULL)); in bpf_prog_test_run_opts()
903 attr.test.ctx_out = ptr_to_u64(OPTS_GET(opts, ctx_out, NULL)); in bpf_prog_test_run_opts()
904 attr.test.data_in = ptr_to_u64(OPTS_GET(opts, data_in, NULL)); in bpf_prog_test_run_opts()
905 attr.test.data_out = ptr_to_u64(OPTS_GET(opts, data_out, NULL)); in bpf_prog_test_run_opts()
1105 attr.prog_bind_map.flags = OPTS_GET(opts, flags, 0); in bpf_prog_bind_map()