Searched refs:transport_g2h (Results 1 – 1 of 1) sorted by relevance
136 static const struct vsock_transport *transport_g2h; variable399 if (transport_g2h) { in vsock_use_local_transport()400 return remote_cid == transport_g2h->get_local_cid(); in vsock_use_local_transport()442 new_transport = transport_g2h; in vsock_assign_transport()484 if (transport_g2h && cid == transport_g2h->get_local_cid()) in vsock_find_cid()2083 if (transport_g2h) in vsock_dev_do_ioctl()2084 cid = transport_g2h->get_local_cid(); in vsock_dev_do_ioctl()2187 t_g2h = transport_g2h; in vsock_core_register()2224 transport_g2h = t_g2h; in vsock_core_register()2241 if (transport_g2h == t) in vsock_core_unregister()[all …]