Home
last modified time | relevance | path

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

/Linux-v6.1/net/vmw_vsock/
Daf_vsock.c135 static const struct vsock_transport *transport_h2g; variable
464 else if (remote_cid <= VMADDR_CID_HOST || !transport_h2g || in vsock_assign_transport()
468 new_transport = transport_h2g; in vsock_assign_transport()
519 if (transport_h2g && cid == VMADDR_CID_HOST) in vsock_find_cid()
2282 else if (transport_h2g) in vsock_dev_do_ioctl()
2283 cid = transport_h2g->get_local_cid(); in vsock_dev_do_ioctl()
2382 t_h2g = transport_h2g; in vsock_core_register()
2419 transport_h2g = t_h2g; in vsock_core_register()
2434 if (transport_h2g == t) in vsock_core_unregister()
2435 transport_h2g = NULL; in vsock_core_unregister()