src_cid          1039 drivers/misc/vmw_vmci/vmci_context.c int vmci_ctx_notify_dbell(u32 src_cid,
src_cid          1056 drivers/misc/vmw_vmci/vmci_context.c 	if (src_cid != handle.context) {
src_cid          1059 drivers/misc/vmw_vmci/vmci_context.c 		if (VMCI_CONTEXT_IS_VM(src_cid) &&
src_cid          1062 drivers/misc/vmw_vmci/vmci_context.c 				 src_cid, handle.context);
src_cid          1074 drivers/misc/vmw_vmci/vmci_context.c 		if (src_cid != VMCI_HOST_CONTEXT_ID ||
src_cid          1076 drivers/misc/vmw_vmci/vmci_context.c 			src_priv_flags = vmci_context_get_priv_flags(src_cid);
src_cid          1086 drivers/misc/vmw_vmci/vmci_context.c 		result = vmci_dbell_host_context_notify(src_cid, handle);
src_cid           292 drivers/misc/vmw_vmci/vmci_doorbell.c int vmci_dbell_host_context_notify(u32 src_cid, struct vmci_handle handle)
src_cid            37 drivers/misc/vmw_vmci/vmci_doorbell.h int vmci_dbell_host_context_notify(u32 src_cid, struct vmci_handle handle);
src_cid           440 drivers/vhost/vsock.c 		if (le64_to_cpu(pkt->hdr.src_cid) == vsock->guest_cid &&
src_cid            38 include/trace/events/vsock_virtio_transport_common.h 		 __u32 src_cid, __u32 src_port,
src_cid            46 include/trace/events/vsock_virtio_transport_common.h 		src_cid, src_port,
src_cid            54 include/trace/events/vsock_virtio_transport_common.h 		__field(__u32, src_cid)
src_cid            64 include/trace/events/vsock_virtio_transport_common.h 		__entry->src_cid = src_cid;
src_cid            74 include/trace/events/vsock_virtio_transport_common.h 		  __entry->src_cid, __entry->src_port,
src_cid            84 include/trace/events/vsock_virtio_transport_common.h 		 __u32 src_cid, __u32 src_port,
src_cid            94 include/trace/events/vsock_virtio_transport_common.h 		src_cid, src_port,
src_cid           104 include/trace/events/vsock_virtio_transport_common.h 		__field(__u32, src_cid)
src_cid           116 include/trace/events/vsock_virtio_transport_common.h 		__entry->src_cid = src_cid;
src_cid           129 include/trace/events/vsock_virtio_transport_common.h 		  __entry->src_cid, __entry->src_port,
src_cid            54 include/uapi/linux/virtio_vsock.h 	__le64	src_cid;
src_cid            35 include/uapi/linux/vsockmon.h 	__le64 src_cid;
src_cid            42 net/vmw_vsock/virtio_transport_common.c 			   u32 src_cid,
src_cid            56 net/vmw_vsock/virtio_transport_common.c 	pkt->hdr.src_cid	= cpu_to_le64(src_cid);
src_cid            78 net/vmw_vsock/virtio_transport_common.c 	trace_virtio_transport_alloc_pkt(src_cid, src_port,
src_cid           118 net/vmw_vsock/virtio_transport_common.c 	hdr->src_cid = pkt->hdr.src_cid;
src_cid           166 net/vmw_vsock/virtio_transport_common.c 	u32 src_cid, src_port, dst_cid, dst_port;
src_cid           171 net/vmw_vsock/virtio_transport_common.c 	src_cid = vm_sockets_get_local_cid();
src_cid           195 net/vmw_vsock/virtio_transport_common.c 					 src_cid, src_port,
src_cid           716 net/vmw_vsock/virtio_transport_common.c 					   le64_to_cpu(pkt->hdr.src_cid),
src_cid           988 net/vmw_vsock/virtio_transport_common.c 		.remote_cid = le64_to_cpu(pkt->hdr.src_cid),
src_cid          1031 net/vmw_vsock/virtio_transport_common.c 	vsock_addr_init(&vchild->remote_addr, le64_to_cpu(pkt->hdr.src_cid),
src_cid          1070 net/vmw_vsock/virtio_transport_common.c 	vsock_addr_init(&src, le64_to_cpu(pkt->hdr.src_cid),