Lines Matching refs:vsk
79 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);
198 void vsock_remove_connected(struct vsock_sock *vsk);
202 void vsock_remove_sock(struct vsock_sock *vsk);