Searched refs:transport_g2h (Results 1 – 1 of 1) sorted by relevance
140 static const struct vsock_transport *transport_g2h; variable408 if (transport_g2h) { in vsock_use_local_transport()409 return remote_cid == transport_g2h->get_local_cid(); in vsock_use_local_transport()469 new_transport = transport_g2h; in vsock_assign_transport()519 if (transport_g2h && cid == transport_g2h->get_local_cid()) in vsock_find_cid()2327 if (transport_g2h) in vsock_dev_do_ioctl()2328 cid = transport_g2h->get_local_cid(); in vsock_dev_do_ioctl()2432 t_g2h = transport_g2h; in vsock_core_register()2469 transport_g2h = t_g2h; in vsock_core_register()2486 if (transport_g2h == t) in vsock_core_unregister()[all …]