Home
last modified time | relevance | path

Searched defs:remote_cid (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/net/vmw_vsock/
H A Dvsock_loopback.c101 static bool vsock_loopback_seqpacket_allow(u32 remote_cid) in vsock_loopback_seqpacket_allow()
H A Dvirtio_transport.c469 static bool virtio_transport_seqpacket_allow(u32 remote_cid) in virtio_transport_seqpacket_allow()
H A Daf_vsock.c402 static bool vsock_use_local_transport(unsigned int remote_cid) in vsock_use_local_transport()
443 unsigned int remote_cid = vsk->remote_addr.svm_cid; in vsock_assign_transport() local
/openbmc/linux/drivers/misc/vmw_vmci/
H A Dvmci_context.c598 int vmci_ctx_add_notification(u32 context_id, u32 remote_cid) in vmci_ctx_add_notification()
665 int vmci_ctx_remove_notification(u32 context_id, u32 remote_cid) in vmci_ctx_remove_notification()
H A Dvmci_context.h87 u32 remote_cid; member
/openbmc/linux/include/linux/
H A Dvirtio_vsock.h146 u32 remote_cid, remote_port; member
/openbmc/linux/drivers/vhost/
H A Dvsock.c449 static bool vhost_transport_seqpacket_allow(u32 remote_cid) in vhost_transport_seqpacket_allow()