Home
last modified time | relevance | path

Searched refs:migration_tls_client_create (Results 1 – 4 of 4) sorted by relevance

/qemu/migration/
H A Dtls.c117 QIOChannelTLS *migration_tls_client_create(QIOChannel *ioc, in migration_tls_client_create() function
143 tioc = migration_tls_client_create(ioc, hostname, errp); in migration_tls_channel_connect()
H A Dtls.h31 QIOChannelTLS *migration_tls_client_create(QIOChannel *ioc,
H A Dmultifd.c819 tioc = migration_tls_client_create(ioc, hostname, errp); in multifd_tls_channel_connect()
H A Dpostcopy-ram.c1643 tioc = migration_tls_client_create(ioc, s->hostname, &local_err); in postcopy_preempt_send_channel_new()