Lines Matching refs:cf_create
334 * provided method `cf_create` and running setup/connect on it.
341 cf_ip_connect_create *cf_create; /* for creating cf */
367 cf_ip_connect_create *cf_create;
381 cf_ip_connect_create *cf_create,
401 baller->cf_create = cf_create;
464 result = baller->cf_create(&baller->cf, data, cf->conn, baller->addr,
811 result = eyeballer_new(&ctx->baller[0], ctx->cf_create, addr0, ai_family0,
821 result = eyeballer_new(&ctx->baller[1], ctx->cf_create, addr1, ai_family1,
1066 * @param cf_create method to create the sub-filters performing the
1073 cf_ip_connect_create *cf_create,
1089 ctx->cf_create = cf_create;
1104 cf_ip_connect_create *cf_create;
1129 return transport_providers[i].cf_create;
1139 cf_ip_connect_create *cf_create;
1145 cf_create = get_cf_create(transport);
1146 if(!cf_create) {
1151 cf_create, remotehost,
1377 cf_ip_connect_create *cf_create)
1382 transport_providers[i].cf_create = cf_create;