Searched refs:vsock (Results 1 – 4 of 4) sorted by relevance
82 return vsock; in vhost_vsock_get()282 if (!vsock) { in vhost_transport_send_pkt()292 vhost_vq_work_queue(&vsock->vqs[VSOCK_VQ_RX], &vsock->send_pkt_work); in vhost_transport_send_pkt()309 if (!vsock) in vhost_transport_cancel_pkt()471 if (vsock) in vhost_transport_seqpacket_allow()601 vhost_vq_work_queue(&vsock->vqs[VSOCK_VQ_RX], &vsock->send_pkt_work); in vhost_vsock_start()650 kvfree(vsock); in vhost_vsock_free()662 vsock = kvmalloc(sizeof(*vsock), GFP_KERNEL | __GFP_RETRY_MAYFAIL); in vhost_vsock_dev_open()663 if (!vsock) in vhost_vsock_dev_open()682 vhost_dev_init(&vsock->dev, vqs, ARRAY_SIZE(vsock->vqs), in vhost_vsock_dev_open()[all …]
9 vhost_vsock-y := vsock.o
57 tristate "vhost virtio-vsock driver"65 virtio_transport.ko driver loaded to use the virtio-vsock device.
500 tristate "Virtual vsock monitoring device"503 This option enables a monitoring net device for vsock sockets. It is504 mostly intended for developers or support to debug vsock issues. If
Completed in 10 milliseconds