Searched refs:remote_cid (Results 1 – 4 of 4) sorted by relevance
87 u32 remote_cid; member140 int vmci_ctx_add_notification(u32 context_id, u32 remote_cid);141 int vmci_ctx_remove_notification(u32 context_id, u32 remote_cid);
598 int vmci_ctx_add_notification(u32 context_id, u32 remote_cid) in vmci_ctx_add_notification() argument609 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() argument675 handle = vmci_make_handle(remote_cid, VMCI_EVENT_HANDLER); in vmci_ctx_remove_notification()
680 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()
427 static bool vhost_transport_seqpacket_allow(u32 remote_cid);477 static bool vhost_transport_seqpacket_allow(u32 remote_cid) in vhost_transport_seqpacket_allow() argument483 vsock = vhost_vsock_get(remote_cid); in vhost_transport_seqpacket_allow()