Home
last modified time | relevance | path

Searched refs:seqpacket (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/virtio/
H A Dvhost-vsock-common.c33 if (vvc->seqpacket != ON_OFF_AUTO_OFF) { in vhost_vsock_common_get_features()
39 if (vvc->seqpacket == ON_OFF_AUTO_ON && in vhost_vsock_common_get_features()
288 DEFINE_PROP_ON_OFF_AUTO("seqpacket", VHostVSockCommon, seqpacket,
/qemu/include/hw/virtio/
H A Dvhost-vsock-common.h41 OnOffAuto seqpacket; member