Searched refs:transport_g2h (Results 1 – 1 of 1) sorted by relevance
137 static const struct vsock_transport *transport_g2h; variable405 if (transport_g2h) { in vsock_use_local_transport()406 return remote_cid == transport_g2h->get_local_cid(); in vsock_use_local_transport()466 new_transport = transport_g2h; in vsock_assign_transport()516 if (transport_g2h && cid == transport_g2h->get_local_cid()) in vsock_find_cid()2280 if (transport_g2h) in vsock_dev_do_ioctl()2281 cid = transport_g2h->get_local_cid(); in vsock_dev_do_ioctl()2383 t_g2h = transport_g2h; in vsock_core_register()2420 transport_g2h = t_g2h; in vsock_core_register()2437 if (transport_g2h == t) in vsock_core_unregister()[all …]