Lines Matching refs:vsock_sock

23 	struct vsock_sock *vsk;
45 struct vsock_sock *vsk;
56 struct vsock_sock *vsk;
74 virtio_transport_stream_dequeue(struct vsock_sock *vsk,
79 virtio_transport_dgram_dequeue(struct vsock_sock *vsk,
83 s64 virtio_transport_stream_has_data(struct vsock_sock *vsk);
84 s64 virtio_transport_stream_has_space(struct vsock_sock *vsk);
86 int virtio_transport_do_socket_init(struct vsock_sock *vsk,
87 struct vsock_sock *psk);
89 virtio_transport_notify_poll_in(struct vsock_sock *vsk,
93 virtio_transport_notify_poll_out(struct vsock_sock *vsk,
97 int virtio_transport_notify_recv_init(struct vsock_sock *vsk,
99 int virtio_transport_notify_recv_pre_block(struct vsock_sock *vsk,
101 int virtio_transport_notify_recv_pre_dequeue(struct vsock_sock *vsk,
103 int virtio_transport_notify_recv_post_dequeue(struct vsock_sock *vsk,
106 int virtio_transport_notify_send_init(struct vsock_sock *vsk,
108 int virtio_transport_notify_send_pre_block(struct vsock_sock *vsk,
110 int virtio_transport_notify_send_pre_enqueue(struct vsock_sock *vsk,
112 int virtio_transport_notify_send_post_enqueue(struct vsock_sock *vsk,
114 void virtio_transport_notify_buffer_size(struct vsock_sock *vsk, u64 *val);
116 u64 virtio_transport_stream_rcvhiwat(struct vsock_sock *vsk);
117 bool virtio_transport_stream_is_active(struct vsock_sock *vsk);
119 int virtio_transport_dgram_bind(struct vsock_sock *vsk,
123 int virtio_transport_connect(struct vsock_sock *vsk);
125 int virtio_transport_shutdown(struct vsock_sock *vsk, int mode);
127 void virtio_transport_release(struct vsock_sock *vsk);
130 virtio_transport_stream_enqueue(struct vsock_sock *vsk,
134 virtio_transport_dgram_enqueue(struct vsock_sock *vsk,
139 void virtio_transport_destruct(struct vsock_sock *vsk);