Searched refs:src_cid (Results 1 – 6 of 6) sorted by relevance
/linux-4.19.296/include/trace/events/ |
D | vsock_virtio_transport_common.h | 38 __u32 src_cid, __u32 src_port, 46 src_cid, src_port, 54 __field(__u32, src_cid) 64 __entry->src_cid = src_cid; 74 __entry->src_cid, __entry->src_port, 84 __u32 src_cid, __u32 src_port, 94 src_cid, src_port, 104 __field(__u32, src_cid) 116 __entry->src_cid = src_cid; 129 __entry->src_cid, __entry->src_port,
|
/linux-4.19.296/include/uapi/linux/ |
D | vsockmon.h | 35 __le64 src_cid; member
|
D | virtio_vsock.h | 54 __le64 src_cid; member
|
/linux-4.19.296/drivers/misc/vmw_vmci/ |
D | vmci_doorbell.h | 45 int vmci_dbell_host_context_notify(u32 src_cid, struct vmci_handle handle);
|
D | vmci_context.c | 1047 int vmci_ctx_notify_dbell(u32 src_cid, in vmci_ctx_notify_dbell() argument 1064 if (src_cid != handle.context) { in vmci_ctx_notify_dbell() 1067 if (VMCI_CONTEXT_IS_VM(src_cid) && in vmci_ctx_notify_dbell() 1070 src_cid, handle.context); in vmci_ctx_notify_dbell() 1082 if (src_cid != VMCI_HOST_CONTEXT_ID || in vmci_ctx_notify_dbell() 1084 src_priv_flags = vmci_context_get_priv_flags(src_cid); in vmci_ctx_notify_dbell() 1094 result = vmci_dbell_host_context_notify(src_cid, handle); in vmci_ctx_notify_dbell()
|
D | vmci_doorbell.c | 300 int vmci_dbell_host_context_notify(u32 src_cid, struct vmci_handle handle) in vmci_dbell_host_context_notify() argument
|