Home
last modified time | relevance | path

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

/openbmc/linux/net/vmw_vsock/
H A Dvsock_loopback.c93 .notify_set_rcvlowat = virtio_transport_notify_set_rcvlowat,
H A Dvirtio_transport_common.c1540 int virtio_transport_notify_set_rcvlowat(struct vsock_sock *vsk, int val) in virtio_transport_notify_set_rcvlowat() function
1568 EXPORT_SYMBOL_GPL(virtio_transport_notify_set_rcvlowat);
H A Dvirtio_transport.c461 .notify_set_rcvlowat = virtio_transport_notify_set_rcvlowat,
/openbmc/linux/include/linux/
H A Dvirtio_vsock.h249 int virtio_transport_notify_set_rcvlowat(struct vsock_sock *vsk, int val);
/openbmc/linux/drivers/vhost/
H A Dvsock.c441 .notify_set_rcvlowat = virtio_transport_notify_set_rcvlowat,