Lines Matching refs:OPTS_GET

550 	attr.batch.elem_flags  = OPTS_GET(opts, elem_flags, 0);  in bpf_map_batch_common()
551 attr.batch.flags = OPTS_GET(opts, flags, 0); in bpf_map_batch_common()
639 attr.attach_flags = OPTS_GET(opts, flags, 0); in bpf_prog_attach_xattr()
640 attr.replace_bpf_fd = OPTS_GET(opts, replace_prog_fd, 0); in bpf_prog_attach_xattr()
684 iter_info_len = OPTS_GET(opts, iter_info_len, 0); in bpf_link_create()
685 target_btf_id = OPTS_GET(opts, target_btf_id, 0); in bpf_link_create()
699 attr.link_create.flags = OPTS_GET(opts, flags, 0); in bpf_link_create()
708 attr.link_create.iter_info = ptr_to_u64(OPTS_GET(opts, iter_info, (void *)0)); in bpf_link_create()
712 attr.link_create.perf_event.bpf_cookie = OPTS_GET(opts, perf_event.bpf_cookie, 0); in bpf_link_create()
750 attr.link_update.flags = OPTS_GET(opts, flags, 0); in bpf_link_update()
751 attr.link_update.old_prog_fd = OPTS_GET(opts, old_prog_fd, 0); in bpf_link_update()
857 attr.test.cpu = OPTS_GET(opts, cpu, 0); in bpf_prog_test_run_opts()
858 attr.test.flags = OPTS_GET(opts, flags, 0); in bpf_prog_test_run_opts()
859 attr.test.repeat = OPTS_GET(opts, repeat, 0); in bpf_prog_test_run_opts()
860 attr.test.duration = OPTS_GET(opts, duration, 0); in bpf_prog_test_run_opts()
861 attr.test.ctx_size_in = OPTS_GET(opts, ctx_size_in, 0); in bpf_prog_test_run_opts()
862 attr.test.ctx_size_out = OPTS_GET(opts, ctx_size_out, 0); in bpf_prog_test_run_opts()
863 attr.test.data_size_in = OPTS_GET(opts, data_size_in, 0); in bpf_prog_test_run_opts()
864 attr.test.data_size_out = OPTS_GET(opts, data_size_out, 0); in bpf_prog_test_run_opts()
865 attr.test.ctx_in = ptr_to_u64(OPTS_GET(opts, ctx_in, NULL)); in bpf_prog_test_run_opts()
866 attr.test.ctx_out = ptr_to_u64(OPTS_GET(opts, ctx_out, NULL)); in bpf_prog_test_run_opts()
867 attr.test.data_in = ptr_to_u64(OPTS_GET(opts, data_in, NULL)); in bpf_prog_test_run_opts()
868 attr.test.data_out = ptr_to_u64(OPTS_GET(opts, data_out, NULL)); in bpf_prog_test_run_opts()
1068 attr.prog_bind_map.flags = OPTS_GET(opts, flags, 0); in bpf_prog_bind_map()