Home
last modified time | relevance | path

Searched defs:vsock (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/net/vmw_vsock/
Dvirtio_transport.c76 struct virtio_vsock *vsock = virtio_vsock_get(); in virtio_transport_get_local_cid() local
83 struct virtio_vsock *vsock = in virtio_transport_loopback_work() local
103 static int virtio_transport_send_pkt_loopback(struct virtio_vsock *vsock, in virtio_transport_send_pkt_loopback()
120 struct virtio_vsock *vsock = in virtio_transport_send_pkt_work() local
195 struct virtio_vsock *vsock; in virtio_transport_send_pkt() local
221 struct virtio_vsock *vsock; in virtio_transport_cancel_pkt() local
259 static void virtio_vsock_rx_fill(struct virtio_vsock *vsock) in virtio_vsock_rx_fill()
301 struct virtio_vsock *vsock = in virtio_transport_tx_work() local
325 static bool virtio_transport_more_replies(struct virtio_vsock *vsock) in virtio_transport_more_replies()
338 struct virtio_vsock *vsock = in virtio_transport_rx_work() local
[all …]
Dvmci_transport.c498 static bool vmci_transport_is_trusted(struct vsock_sock *vsock, u32 peer_cid) in vmci_transport_is_trusted()
508 static bool vmci_transport_allow_dgram(struct vsock_sock *vsock, u32 peer_cid) in vmci_transport_allow_dgram()
/Linux-v4.19/drivers/vhost/
Dvsock.c55 struct vhost_vsock *vsock; in __vhost_vsock_get() local
74 struct vhost_vsock *vsock; in vhost_vsock_get() local
84 vhost_transport_do_send_pkt(struct vhost_vsock *vsock, in vhost_transport_do_send_pkt()
199 struct vhost_vsock *vsock; in vhost_transport_send_pkt_work() local
210 struct vhost_vsock *vsock; in vhost_transport_send_pkt() local
234 struct vhost_vsock *vsock; in vhost_transport_cancel_pkt() local
331 static bool vhost_vsock_more_replies(struct vhost_vsock *vsock) in vhost_vsock_more_replies()
346 struct vhost_vsock *vsock = container_of(vq->dev, struct vhost_vsock, in vhost_vsock_handle_tx_kick() local
416 struct vhost_vsock *vsock = container_of(vq->dev, struct vhost_vsock, in vhost_vsock_handle_rx_kick() local
422 static int vhost_vsock_start(struct vhost_vsock *vsock) in vhost_vsock_start()
[all …]