Lines Matching refs:OPTS_GET

472 	attr.batch.elem_flags  = OPTS_GET(opts, elem_flags, 0);  in bpf_map_batch_common()
473 attr.batch.flags = OPTS_GET(opts, flags, 0); in bpf_map_batch_common()
556 attr.attach_flags = OPTS_GET(opts, flags, 0); in bpf_prog_attach_xattr()
557 attr.replace_bpf_fd = OPTS_GET(opts, replace_prog_fd, 0); in bpf_prog_attach_xattr()
595 iter_info_len = OPTS_GET(opts, iter_info_len, 0); in bpf_link_create()
596 target_btf_id = OPTS_GET(opts, target_btf_id, 0); in bpf_link_create()
605 attr.link_create.flags = OPTS_GET(opts, flags, 0); in bpf_link_create()
609 ptr_to_u64(OPTS_GET(opts, iter_info, (void *)0)); in bpf_link_create()
639 attr.link_update.flags = OPTS_GET(opts, flags, 0); in bpf_link_update()
640 attr.link_update.old_prog_fd = OPTS_GET(opts, old_prog_fd, 0); in bpf_link_update()
737 attr.test.cpu = OPTS_GET(opts, cpu, 0); in bpf_prog_test_run_opts()
738 attr.test.flags = OPTS_GET(opts, flags, 0); in bpf_prog_test_run_opts()
739 attr.test.repeat = OPTS_GET(opts, repeat, 0); in bpf_prog_test_run_opts()
740 attr.test.duration = OPTS_GET(opts, duration, 0); in bpf_prog_test_run_opts()
741 attr.test.ctx_size_in = OPTS_GET(opts, ctx_size_in, 0); in bpf_prog_test_run_opts()
742 attr.test.ctx_size_out = OPTS_GET(opts, ctx_size_out, 0); in bpf_prog_test_run_opts()
743 attr.test.data_size_in = OPTS_GET(opts, data_size_in, 0); in bpf_prog_test_run_opts()
744 attr.test.data_size_out = OPTS_GET(opts, data_size_out, 0); in bpf_prog_test_run_opts()
745 attr.test.ctx_in = ptr_to_u64(OPTS_GET(opts, ctx_in, NULL)); in bpf_prog_test_run_opts()
746 attr.test.ctx_out = ptr_to_u64(OPTS_GET(opts, ctx_out, NULL)); in bpf_prog_test_run_opts()
747 attr.test.data_in = ptr_to_u64(OPTS_GET(opts, data_in, NULL)); in bpf_prog_test_run_opts()
748 attr.test.data_out = ptr_to_u64(OPTS_GET(opts, data_out, NULL)); in bpf_prog_test_run_opts()
930 attr.prog_bind_map.flags = OPTS_GET(opts, flags, 0); in bpf_prog_bind_map()