Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dvirtio_vsock.h197 bool (*can_msgzerocopy)(int bufs_num); member
/linux/net/vmw_vsock/
H A Dvirtio_transport_common.c64 if (t_ops->can_msgzerocopy) { in virtio_transport_can_zcopy()
68 return t_ops->can_msgzerocopy(pages_to_send + 1); in virtio_transport_can_zcopy()