Home
last modified time | relevance | path

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

/Linux-v5.4/net/vmw_vsock/
Dvirtio_transport.c73 struct virtio_vsock *vsock; in virtio_transport_get_local_cid() local
91 struct virtio_vsock *vsock = in virtio_transport_loopback_work() local
116 static int virtio_transport_send_pkt_loopback(struct virtio_vsock *vsock, in virtio_transport_send_pkt_loopback()
133 struct virtio_vsock *vsock = in virtio_transport_send_pkt_work() local
212 struct virtio_vsock *vsock; in virtio_transport_send_pkt() local
245 struct virtio_vsock *vsock; in virtio_transport_cancel_pkt() local
289 static void virtio_vsock_rx_fill(struct virtio_vsock *vsock) in virtio_vsock_rx_fill()
332 struct virtio_vsock *vsock = in virtio_transport_tx_work() local
362 static bool virtio_transport_more_replies(struct virtio_vsock *vsock) in virtio_transport_more_replies()
375 struct virtio_vsock *vsock = in virtio_transport_rx_work() local
[all …]
Dvmci_transport.c523 static bool vmci_transport_is_trusted(struct vsock_sock *vsock, u32 peer_cid) in vmci_transport_is_trusted()
533 static bool vmci_transport_allow_dgram(struct vsock_sock *vsock, u32 peer_cid) in vmci_transport_allow_dgram()
/Linux-v5.4/drivers/vhost/
Dvsock.c66 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()
231 struct vhost_vsock *vsock; in vhost_transport_send_pkt_work() local
242 struct vhost_vsock *vsock; in vhost_transport_send_pkt() local
271 struct vhost_vsock *vsock; in vhost_transport_cancel_pkt() local
376 static bool vhost_vsock_more_replies(struct vhost_vsock *vsock) in vhost_vsock_more_replies()
391 struct vhost_vsock *vsock = container_of(vq->dev, struct vhost_vsock, in vhost_vsock_handle_tx_kick() local
463 struct vhost_vsock *vsock = container_of(vq->dev, struct vhost_vsock, in vhost_vsock_handle_rx_kick() local
469 static int vhost_vsock_start(struct vhost_vsock *vsock) in vhost_vsock_start()
520 static int vhost_vsock_stop(struct vhost_vsock *vsock) in vhost_vsock_stop()
[all …]