Home
last modified time | relevance | path

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

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