Home
last modified time | relevance | path

Searched refs:transport_local (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/vmw_vsock/
H A Daf_vsock.c140 static const struct vsock_transport *transport_local; variable
398 if (!transport_local) in vsock_use_local_transport()
445 new_transport = transport_local; in vsock_assign_transport()
495 if (transport_local && cid == VMADDR_CID_LOCAL) in vsock_find_cid()
2194 t_local = transport_local; in vsock_core_register()
2231 transport_local = t_local; in vsock_core_register()
2252 if (transport_local == t) in vsock_core_unregister()
2253 transport_local = NULL; in vsock_core_unregister()
/kernel/linux/linux-6.6/net/vmw_vsock/
H A Daf_vsock.c146 static const struct vsock_transport *transport_local; variable
404 if (!transport_local) in vsock_use_local_transport()
468 new_transport = transport_local; in vsock_assign_transport()
527 if (transport_local && cid == VMADDR_CID_LOCAL) in vsock_find_cid()
2445 t_local = transport_local; in vsock_core_register()
2482 transport_local = t_local; in vsock_core_register()
2503 if (transport_local == t) in vsock_core_unregister()
2504 transport_local = NULL; in vsock_core_unregister()

Completed in 8 milliseconds