Searched refs:vio_tmp (Results 1 – 2 of 2) sorted by relevance
53 Vio *vio_tmp = create_and_init_vio(); in create_thd() local54 if (vio_tmp == NULL) return NULL; in create_thd()58 vio_delete(vio_tmp); in create_thd()61 thd->get_protocol_classic()->init_net(vio_tmp); in create_thd()
88 Vio *vio_tmp = create_and_init_vio(); in create_thd() local89 if (vio_tmp == NULL) return NULL; in create_thd()93 vio_delete(vio_tmp); in create_thd()96 thd->get_protocol_classic()->init_net(vio_tmp); in create_thd()