Home
last modified time | relevance | path

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

/linux/net/vmw_vsock/
A Daf_vsock.c136 static const struct vsock_transport *transport_g2h; variable
399 if (transport_g2h) { in vsock_use_local_transport()
400 return remote_cid == transport_g2h->get_local_cid(); in vsock_use_local_transport()
460 new_transport = transport_g2h; in vsock_assign_transport()
510 if (transport_g2h && cid == transport_g2h->get_local_cid()) in vsock_find_cid()
2233 if (transport_g2h) in vsock_dev_do_ioctl()
2234 cid = transport_g2h->get_local_cid(); in vsock_dev_do_ioctl()
2336 t_g2h = transport_g2h; in vsock_core_register()
2373 transport_g2h = t_g2h; in vsock_core_register()
2390 if (transport_g2h == t) in vsock_core_unregister()
[all …]

Completed in 7 milliseconds