Searched refs:remote_cid (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/drivers/misc/vmw_vmci/ |
D | vmci_context.h | 87 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);
|
D | vmci_context.c | 598 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()
|
D | vmci_host.c | 667 result = vmci_ctx_add_notification(cid, ar_info.remote_cid); in vmci_host_do_ctx_add_notify() 691 ar_info.remote_cid); in vmci_host_do_ctx_remove_notify()
|
/Linux-v5.4/include/linux/ |
D | virtio_vsock.h | 62 u32 remote_cid, remote_port; member
|
/Linux-v5.4/net/vmw_vsock/ |
D | virtio_transport_common.c | 173 if (!info->remote_cid) { in virtio_transport_send_pkt_info() 177 dst_cid = info->remote_cid; in virtio_transport_send_pkt_info() 988 .remote_cid = le64_to_cpu(pkt->hdr.src_cid), in virtio_transport_send_response()
|