Lines Matching refs:sioc
40 QIOChannelSocket *sioc = qio_channel_socket_new(); in socket_send_channel_create() local
41 qio_channel_socket_connect_async(sioc, outgoing_args.saddr, in socket_send_channel_create()
64 QIOChannel *sioc = QIO_CHANNEL(qio_task_get_source(task)); in socket_outgoing_migration() local
75 !qio_channel_has_feature(sioc, QIO_CHANNEL_FEATURE_WRITE_ZERO_COPY)) { in socket_outgoing_migration()
80 migration_channel_connect(data->s, sioc, data->hostname, err); in socket_outgoing_migration()
81 object_unref(OBJECT(sioc)); in socket_outgoing_migration()
88 QIOChannelSocket *sioc = qio_channel_socket_new(); in socket_start_outgoing_migration() local
102 qio_channel_set_name(QIO_CHANNEL(sioc), "migration-socket-outgoing"); in socket_start_outgoing_migration()
103 qio_channel_socket_connect_async(sioc, in socket_start_outgoing_migration()
175 qio_channel_socket_get_local_address(listener->sioc[i], errp); in socket_start_incoming_migration()