Lines Matching refs:vsk
71 s64 vsock_stream_has_data(struct vsock_sock *vsk);
72 s64 vsock_stream_has_space(struct vsock_sock *vsk);
98 int (*cancel_pkt)(struct vsock_sock *vsk);
105 int (*dgram_dequeue)(struct vsock_sock *vsk, struct msghdr *msg,
173 static inline bool __vsock_in_bound_table(struct vsock_sock *vsk) in __vsock_in_bound_table() argument
175 return !list_empty(&vsk->bound_table); in __vsock_in_bound_table()
179 static inline bool __vsock_in_connected_table(struct vsock_sock *vsk) in __vsock_in_connected_table() argument
181 return !list_empty(&vsk->connected_table); in __vsock_in_connected_table()
188 void vsock_insert_connected(struct vsock_sock *vsk);
189 void vsock_remove_bound(struct vsock_sock *vsk);
190 void vsock_remove_connected(struct vsock_sock *vsk);
194 void vsock_remove_sock(struct vsock_sock *vsk);