Home
last modified time | relevance | path

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

/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
675 handle = vmci_make_handle(remote_cid, VMCI_EVENT_HANDLER); in vmci_ctx_remove_notification()
Dvmci_host.c680 result = vmci_ctx_add_notification(cid, ar_info.remote_cid); in vmci_host_do_ctx_add_notify()
704 ar_info.remote_cid); in vmci_host_do_ctx_remove_notify()
/drivers/vhost/
Dvsock.c427 static bool vhost_transport_seqpacket_allow(u32 remote_cid);
477 static bool vhost_transport_seqpacket_allow(u32 remote_cid) in vhost_transport_seqpacket_allow() argument
483 vsock = vhost_vsock_get(remote_cid); in vhost_transport_seqpacket_allow()