Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/misc/vmw_vmci/
Dvmci_context.h87 u32 remote_cid; member
140 int vmci_ctx_add_notification(u32 context_id, u32 remote_cid);
141 int vmci_ctx_remove_notification(u32 context_id, u32 remote_cid);
Dvmci_context.c598 int vmci_ctx_add_notification(u32 context_id, u32 remote_cid) in vmci_ctx_add_notification() argument
609 if (VMCI_CONTEXT_IS_VM(context_id) && VMCI_CONTEXT_IS_VM(remote_cid)) { in vmci_ctx_add_notification()
611 context_id, remote_cid); in vmci_ctx_add_notification()
628 notifier->handle = vmci_make_handle(remote_cid, VMCI_EVENT_HANDLER); in vmci_ctx_add_notification()
665 int vmci_ctx_remove_notification(u32 context_id, u32 remote_cid) in vmci_ctx_remove_notification() argument
676 handle = vmci_make_handle(remote_cid, VMCI_EVENT_HANDLER); in vmci_ctx_remove_notification()
Dvmci_host.c672 result = vmci_ctx_add_notification(cid, ar_info.remote_cid); in vmci_host_do_ctx_add_notify()
696 ar_info.remote_cid); in vmci_host_do_ctx_remove_notify()
/Linux-v5.10/net/vmw_vsock/
Daf_vsock.c391 static bool vsock_use_local_transport(unsigned int remote_cid) in vsock_use_local_transport() argument
396 if (remote_cid == VMADDR_CID_LOCAL) in vsock_use_local_transport()
400 return remote_cid == transport_g2h->get_local_cid(); in vsock_use_local_transport()
402 return remote_cid == VMADDR_CID_HOST; in vsock_use_local_transport()
431 unsigned int remote_cid = vsk->remote_addr.svm_cid; in vsock_assign_transport() local
439 if (vsock_use_local_transport(remote_cid)) in vsock_assign_transport()
441 else if (remote_cid <= VMADDR_CID_HOST || !transport_h2g) in vsock_assign_transport()
Dvirtio_transport_common.c188 if (!info->remote_cid) { in virtio_transport_send_pkt_info()
192 dst_cid = info->remote_cid; in virtio_transport_send_pkt_info()
994 .remote_cid = le64_to_cpu(pkt->hdr.src_cid), in virtio_transport_send_response()
/Linux-v5.10/include/linux/
Dvirtio_vsock.h55 u32 remote_cid, remote_port; member