Lines Matching refs:transport_h2g
134 static const struct vsock_transport *transport_h2g;
446 else if (remote_cid <= VMADDR_CID_HOST || !transport_h2g)
449 new_transport = transport_h2g;
492 if (transport_h2g && cid == VMADDR_CID_HOST)
2090 else if (transport_h2g)
2091 cid = transport_h2g->get_local_cid();
2191 t_h2g = transport_h2g;
2228 transport_h2g = t_h2g;
2243 if (transport_h2g == t)
2244 transport_h2g = NULL;