Searched refs:remote_cid (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/misc/vmw_vmci/ |
D | vmci_context.h | 95 u32 remote_cid; member 148 int vmci_ctx_add_notification(u32 context_id, u32 remote_cid); 149 int vmci_ctx_remove_notification(u32 context_id, u32 remote_cid);
|
D | vmci_context.c | 600 int vmci_ctx_add_notification(u32 context_id, u32 remote_cid) in vmci_ctx_add_notification() argument 611 if (VMCI_CONTEXT_IS_VM(context_id) && VMCI_CONTEXT_IS_VM(remote_cid)) { in vmci_ctx_add_notification() 613 context_id, remote_cid); in vmci_ctx_add_notification() 630 notifier->handle = vmci_make_handle(remote_cid, VMCI_EVENT_HANDLER); in vmci_ctx_add_notification() 661 int vmci_ctx_remove_notification(u32 context_id, u32 remote_cid) in vmci_ctx_remove_notification() argument 672 handle = vmci_make_handle(remote_cid, VMCI_EVENT_HANDLER); in vmci_ctx_remove_notification()
|
D | vmci_host.c | 679 result = vmci_ctx_add_notification(cid, ar_info.remote_cid); in vmci_host_do_ctx_add_notify() 703 ar_info.remote_cid); in vmci_host_do_ctx_remove_notify()
|
/Linux-v4.19/include/linux/ |
D | virtio_vsock.h | 61 u32 remote_cid, remote_port; member
|
/Linux-v4.19/net/vmw_vsock/ |
D | virtio_transport_common.c | 159 if (!info->remote_cid) { in virtio_transport_send_pkt_info() 163 dst_cid = info->remote_cid; in virtio_transport_send_pkt_info() 893 .remote_cid = le64_to_cpu(pkt->hdr.src_cid), in virtio_transport_send_response()
|