Searched refs:transport_g2h (Results 1 – 1 of 1) sorted by relevance
142 static const struct vsock_transport *transport_g2h; variable410 if (transport_g2h) { in vsock_use_local_transport()411 return remote_cid == transport_g2h->get_local_cid(); in vsock_use_local_transport()471 new_transport = transport_g2h; in vsock_assign_transport()521 if (transport_g2h && cid == transport_g2h->get_local_cid()) in vsock_find_cid()2346 if (transport_g2h) in vsock_dev_do_ioctl()2347 cid = transport_g2h->get_local_cid(); in vsock_dev_do_ioctl()2451 t_g2h = transport_g2h; in vsock_core_register()2488 transport_g2h = t_g2h; in vsock_core_register()2505 if (transport_g2h == t) in vsock_core_unregister()[all …]