Home
last modified time | relevance | path

Searched defs:NBDClientConnection (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/nbd/
H A Dclient-connection.c34 struct NBDClientConnection { struct
36 SocketAddress *saddr; /* address to connect to */
37 QCryptoTLSCreds *tlscreds;
38 char *tlshostname;
39 NBDExportInfo initial_info;
40 bool do_negotiation;
41 bool do_retry;
43 QemuMutex mutex;
45 NBDExportInfo updated_info;
74 void nbd_client_connection_enable_retry(NBDClientConnection *conn) in nbd_client_connection_enable_retry() argument
/openbmc/qemu/include/block/
H A Dnbd.h31 typedef struct NBDClientConnection NBDClientConnection; typedef