Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dvirtio_vsock.h26 struct vsock_sock *vsk; member
53 struct vsock_sock *vsk; member
62 struct vsock_sock *vsk; member
80 virtio_transport_stream_dequeue(struct vsock_sock *vsk,
85 virtio_transport_dgram_dequeue(struct vsock_sock *vsk,
89 s64 virtio_transport_stream_has_data(struct vsock_sock *vsk);
90 s64 virtio_transport_stream_has_space(struct vsock_sock *vsk);
92 int virtio_transport_do_socket_init(struct vsock_sock *vsk,
94 u64 virtio_transport_get_buffer_size(struct vsock_sock *vsk);
95 u64 virtio_transport_get_min_buffer_size(struct vsock_sock *vsk);
[all …]
/linux-4.19.296/include/net/
Daf_vsock.h79 s64 vsock_stream_has_data(struct vsock_sock *vsk);
80 s64 vsock_stream_has_space(struct vsock_sock *vsk);
106 int (*cancel_pkt)(struct vsock_sock *vsk);
113 int (*dgram_dequeue)(struct vsock_sock *vsk, struct msghdr *msg,
181 static inline bool __vsock_in_bound_table(struct vsock_sock *vsk) in __vsock_in_bound_table() argument
183 return !list_empty(&vsk->bound_table); in __vsock_in_bound_table()
187 static inline bool __vsock_in_connected_table(struct vsock_sock *vsk) in __vsock_in_connected_table() argument
189 return !list_empty(&vsk->connected_table); in __vsock_in_connected_table()
196 void vsock_insert_connected(struct vsock_sock *vsk);
197 void vsock_remove_bound(struct vsock_sock *vsk);
[all …]