Searched refs:remote_cid (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.6/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 675 handle = vmci_make_handle(remote_cid, VMCI_EVENT_HANDLER); in vmci_ctx_remove_notification()
|
D | vmci_host.c | 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()
|
/Linux-v6.6/net/vmw_vsock/ |
D | vsock_loopback.c | 49 static bool vsock_loopback_seqpacket_allow(u32 remote_cid); 100 static bool vsock_loopback_seqpacket_allow(u32 remote_cid) in vsock_loopback_seqpacket_allow() argument
|
D | af_vsock.c | 400 static bool vsock_use_local_transport(unsigned int remote_cid) in vsock_use_local_transport() argument 405 if (remote_cid == VMADDR_CID_LOCAL) in vsock_use_local_transport() 409 return remote_cid == transport_g2h->get_local_cid(); in vsock_use_local_transport() 411 return remote_cid == VMADDR_CID_HOST; in vsock_use_local_transport() 441 unsigned int remote_cid = vsk->remote_addr.svm_cid; in vsock_assign_transport() local 465 if (vsock_use_local_transport(remote_cid)) in vsock_assign_transport() 467 else if (remote_cid <= VMADDR_CID_HOST || !transport_h2g || in vsock_assign_transport() 499 !new_transport->seqpacket_allow(remote_cid)) { in vsock_assign_transport()
|
D | virtio_transport.c | 416 static bool virtio_transport_seqpacket_allow(u32 remote_cid); 467 static bool virtio_transport_seqpacket_allow(u32 remote_cid) in virtio_transport_seqpacket_allow() argument
|
D | virtio_transport_common.c | 215 if (!info->remote_cid) { in virtio_transport_send_pkt_info() 219 dst_cid = info->remote_cid; in virtio_transport_send_pkt_info() 1246 .remote_cid = le64_to_cpu(hdr->src_cid), in virtio_transport_send_response()
|
/Linux-v6.6/drivers/vhost/ |
D | vsock.c | 397 static bool vhost_transport_seqpacket_allow(u32 remote_cid); 448 static bool vhost_transport_seqpacket_allow(u32 remote_cid) in vhost_transport_seqpacket_allow() argument 454 vsock = vhost_vsock_get(remote_cid); in vhost_transport_seqpacket_allow()
|
/Linux-v6.6/include/net/ |
D | af_vsock.h | 147 bool (*seqpacket_allow)(u32 remote_cid);
|
/Linux-v6.6/include/linux/ |
D | virtio_vsock.h | 146 u32 remote_cid, remote_port; member
|