Lines Matching defs:vsk
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)
180 return !list_empty(&vsk->bound_table);
184 static inline bool __vsock_in_connected_table(struct vsock_sock *vsk)
186 return !list_empty(&vsk->connected_table);
193 void vsock_insert_connected(struct vsock_sock *vsk);
194 void vsock_remove_bound(struct vsock_sock *vsk);
195 void vsock_remove_connected(struct vsock_sock *vsk);
199 void vsock_remove_sock(struct vsock_sock *vsk);
202 int vsock_assign_transport(struct vsock_sock *vsk, struct vsock_sock *psk);