Searched refs:vsk (Results 1 – 2 of 2) sorted by relevance
24 struct vsock_sock *vsk; member46 struct vsock_sock *vsk; member57 struct vsock_sock *vsk; member75 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,90 virtio_transport_notify_poll_in(struct vsock_sock *vsk,94 virtio_transport_notify_poll_out(struct vsock_sock *vsk,[all …]
77 s64 vsock_stream_has_data(struct vsock_sock *vsk);78 s64 vsock_stream_has_space(struct vsock_sock *vsk);113 int (*cancel_pkt)(struct vsock_sock *vsk);120 int (*dgram_dequeue)(struct vsock_sock *vsk, struct msghdr *msg,173 const struct vsock_transport *vsock_core_get_transport(struct vsock_sock *vsk);178 static inline bool __vsock_in_bound_table(struct vsock_sock *vsk) in __vsock_in_bound_table() argument180 return !list_empty(&vsk->bound_table); in __vsock_in_bound_table()184 static inline bool __vsock_in_connected_table(struct vsock_sock *vsk) in __vsock_in_connected_table() argument186 return !list_empty(&vsk->connected_table); in __vsock_in_connected_table()193 void vsock_insert_connected(struct vsock_sock *vsk);[all …]