Lines Matching refs:vsock_sock

24 	struct vsock_sock *vsk;
46 struct vsock_sock *vsk;
57 struct vsock_sock *vsk;
75 virtio_transport_stream_dequeue(struct vsock_sock *vsk,
80 virtio_transport_dgram_dequeue(struct vsock_sock *vsk,
84 s64 virtio_transport_stream_has_data(struct vsock_sock *vsk);
85 s64 virtio_transport_stream_has_space(struct vsock_sock *vsk);
87 int virtio_transport_do_socket_init(struct vsock_sock *vsk,
88 struct vsock_sock *psk);
90 virtio_transport_notify_poll_in(struct vsock_sock *vsk,
94 virtio_transport_notify_poll_out(struct vsock_sock *vsk,
98 int virtio_transport_notify_recv_init(struct vsock_sock *vsk,
100 int virtio_transport_notify_recv_pre_block(struct vsock_sock *vsk,
102 int virtio_transport_notify_recv_pre_dequeue(struct vsock_sock *vsk,
104 int virtio_transport_notify_recv_post_dequeue(struct vsock_sock *vsk,
107 int virtio_transport_notify_send_init(struct vsock_sock *vsk,
109 int virtio_transport_notify_send_pre_block(struct vsock_sock *vsk,
111 int virtio_transport_notify_send_pre_enqueue(struct vsock_sock *vsk,
113 int virtio_transport_notify_send_post_enqueue(struct vsock_sock *vsk,
115 void virtio_transport_notify_buffer_size(struct vsock_sock *vsk, u64 *val);
117 u64 virtio_transport_stream_rcvhiwat(struct vsock_sock *vsk);
118 bool virtio_transport_stream_is_active(struct vsock_sock *vsk);
120 int virtio_transport_dgram_bind(struct vsock_sock *vsk,
124 int virtio_transport_connect(struct vsock_sock *vsk);
126 int virtio_transport_shutdown(struct vsock_sock *vsk, int mode);
128 void virtio_transport_release(struct vsock_sock *vsk);
131 virtio_transport_stream_enqueue(struct vsock_sock *vsk,
135 virtio_transport_dgram_enqueue(struct vsock_sock *vsk,
140 void virtio_transport_destruct(struct vsock_sock *vsk);