Lines Matching defs:vsk

170 #define vsock_connected_sockets_vsk(vsk)				\  argument
181 static int vsock_auto_bind(struct vsock_sock *vsk) in vsock_auto_bind()
204 struct vsock_sock *vsk) in __vsock_insert_bound()
211 struct vsock_sock *vsk) in __vsock_insert_connected()
217 static void __vsock_remove_bound(struct vsock_sock *vsk) in __vsock_remove_bound()
223 static void __vsock_remove_connected(struct vsock_sock *vsk) in __vsock_remove_connected()
231 struct vsock_sock *vsk; in __vsock_find_bound_socket() local
249 struct vsock_sock *vsk; in __vsock_find_connected_socket() local
262 static void vsock_insert_unbound(struct vsock_sock *vsk) in vsock_insert_unbound()
269 void vsock_insert_connected(struct vsock_sock *vsk) in vsock_insert_connected()
280 void vsock_remove_bound(struct vsock_sock *vsk) in vsock_remove_bound()
289 void vsock_remove_connected(struct vsock_sock *vsk) in vsock_remove_connected()
329 void vsock_remove_sock(struct vsock_sock *vsk) in vsock_remove_sock()
343 struct vsock_sock *vsk; in vsock_for_each_connected_socket() local
406 static void vsock_deassign_transport(struct vsock_sock *vsk) in vsock_deassign_transport()
427 int vsock_assign_transport(struct vsock_sock *vsk, struct vsock_sock *psk) in vsock_assign_transport()
521 struct vsock_sock *vsk = vsock_sk(sk); in vsock_is_accept_queue_empty() local
527 struct vsock_sock *vsk = vsock_sk(sk); in vsock_is_pending() local
533 struct vsock_sock *vsk = vsock_sk(sk); in vsock_send_shutdown() local
545 struct vsock_sock *vsk; in vsock_pending_work() local
590 static int __vsock_bind_stream(struct vsock_sock *vsk, in __vsock_bind_stream()
645 static int __vsock_bind_dgram(struct vsock_sock *vsk, in __vsock_bind_dgram()
653 struct vsock_sock *vsk = vsock_sk(sk); in __vsock_bind() local
698 struct vsock_sock *vsk; in __vsock_create() local
758 struct vsock_sock *vsk; in __vsock_release() local
793 struct vsock_sock *vsk = vsock_sk(sk); in vsock_sk_destruct() local
824 s64 vsock_stream_has_data(struct vsock_sock *vsk) in vsock_stream_has_data()
830 s64 vsock_stream_has_space(struct vsock_sock *vsk) in vsock_stream_has_space()
869 struct vsock_sock *vsk; in vsock_getname() local
963 struct vsock_sock *vsk; in vsock_poll() local
1080 struct vsock_sock *vsk; in vsock_dgram_sendmsg() local
1154 struct vsock_sock *vsk; in vsock_dgram_connect() local
1194 struct vsock_sock *vsk = vsock_sk(sock->sk); in vsock_dgram_recvmsg() local
1218 static int vsock_transport_cancel_pkt(struct vsock_sock *vsk) in vsock_transport_cancel_pkt()
1231 struct vsock_sock *vsk; in vsock_connect_timeout() local
1255 struct vsock_sock *vsk; in vsock_stream_connect() local
1482 struct vsock_sock *vsk; in vsock_listen() local
1515 static void vsock_update_buffer_size(struct vsock_sock *vsk, in vsock_update_buffer_size()
1540 struct vsock_sock *vsk; in vsock_stream_setsockopt() local
1622 struct vsock_sock *vsk; in vsock_stream_getsockopt() local
1689 struct vsock_sock *vsk; in vsock_stream_sendmsg() local
1831 struct vsock_sock *vsk; in vsock_stream_recvmsg() local
2023 struct vsock_sock *vsk; in vsock_create() local
2172 const struct vsock_transport *vsock_core_get_transport(struct vsock_sock *vsk) in vsock_core_get_transport()