Lines Matching defs:fopt
85 struct fstrm_iothr_options *fopt;
87 fopt = fstrm_iothr_options_init();
88 assert_non_null(fopt);
89 fstrm_iothr_options_set_num_input_queues(fopt, 1);
91 result = dns_dt_create(mctx, dns_dtmode_file, TAPFILE, &fopt, NULL,
97 if (fopt != NULL) {
98 fstrm_iothr_options_destroy(&fopt);
103 fopt = fstrm_iothr_options_init();
104 assert_non_null(fopt);
105 fstrm_iothr_options_set_num_input_queues(fopt, 1);
107 result = dns_dt_create(mctx, dns_dtmode_unix, TAPSOCK, &fopt, NULL,
113 if (fopt != NULL) {
114 fstrm_iothr_options_destroy(&fopt);
120 fopt = fstrm_iothr_options_init();
121 assert_non_null(fopt);
122 fstrm_iothr_options_set_num_input_queues(fopt, 1);
124 result = dns_dt_create(mctx, 33, TAPSOCK, &fopt, NULL, &dtenv);
130 if (fopt != NULL) {
131 fstrm_iothr_options_destroy(&fopt);
161 struct fstrm_iothr_options *fopt;
166 fopt = fstrm_iothr_options_init();
167 assert_non_null(fopt);
168 fstrm_iothr_options_set_num_input_queues(fopt, 1);
170 result = dns_dt_create(mctx, dns_dtmode_file, TAPFILE, &fopt, NULL,
294 if (fopt != NULL) {
295 fstrm_iothr_options_destroy(&fopt);