Home
last modified time | relevance | path

Searched refs:virtio_transport_seqpacket_has_data (Results 1 – 5 of 5) sorted by relevance

/linux-6.14.4/net/vmw_vsock/
Dvsock_loopback.c84 .seqpacket_has_data = virtio_transport_seqpacket_has_data,
Dvirtio_transport_common.c861 u32 virtio_transport_seqpacket_has_data(struct vsock_sock *vsk) in virtio_transport_seqpacket_has_data() function
872 EXPORT_SYMBOL_GPL(virtio_transport_seqpacket_has_data);
Dvirtio_transport.c570 .seqpacket_has_data = virtio_transport_seqpacket_has_data,
/linux-6.14.4/include/linux/
Dvirtio_vsock.h195 u32 virtio_transport_seqpacket_has_data(struct vsock_sock *vsk);
/linux-6.14.4/drivers/vhost/
Dvsock.c437 .seqpacket_has_data = virtio_transport_seqpacket_has_data,