Lines Matching refs:vsock_sock

23 	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,
85 virtio_transport_seqpacket_enqueue(struct vsock_sock *vsk,
89 virtio_transport_seqpacket_dequeue(struct vsock_sock *vsk,
92 s64 virtio_transport_stream_has_data(struct vsock_sock *vsk);
93 s64 virtio_transport_stream_has_space(struct vsock_sock *vsk);
94 u32 virtio_transport_seqpacket_has_data(struct vsock_sock *vsk);
96 int virtio_transport_do_socket_init(struct vsock_sock *vsk,
97 struct vsock_sock *psk);
99 virtio_transport_notify_poll_in(struct vsock_sock *vsk,
103 virtio_transport_notify_poll_out(struct vsock_sock *vsk,
107 int virtio_transport_notify_recv_init(struct vsock_sock *vsk,
109 int virtio_transport_notify_recv_pre_block(struct vsock_sock *vsk,
111 int virtio_transport_notify_recv_pre_dequeue(struct vsock_sock *vsk,
113 int virtio_transport_notify_recv_post_dequeue(struct vsock_sock *vsk,
116 int virtio_transport_notify_send_init(struct vsock_sock *vsk,
118 int virtio_transport_notify_send_pre_block(struct vsock_sock *vsk,
120 int virtio_transport_notify_send_pre_enqueue(struct vsock_sock *vsk,
122 int virtio_transport_notify_send_post_enqueue(struct vsock_sock *vsk,
124 void virtio_transport_notify_buffer_size(struct vsock_sock *vsk, u64 *val);
126 u64 virtio_transport_stream_rcvhiwat(struct vsock_sock *vsk);
127 bool virtio_transport_stream_is_active(struct vsock_sock *vsk);
129 int virtio_transport_dgram_bind(struct vsock_sock *vsk,
133 int virtio_transport_connect(struct vsock_sock *vsk);
135 int virtio_transport_shutdown(struct vsock_sock *vsk, int mode);
137 void virtio_transport_release(struct vsock_sock *vsk);
140 virtio_transport_stream_enqueue(struct vsock_sock *vsk,
144 virtio_transport_dgram_enqueue(struct vsock_sock *vsk,
149 void virtio_transport_destruct(struct vsock_sock *vsk);