Lines Matching refs:vsock_sock
121 .obj_size = sizeof(struct vsock_sock),
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()
249 struct vsock_sock *vsk; in __vsock_find_connected_socket()
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()
355 struct vsock_sock *vlistener; in vsock_add_pending()
356 struct vsock_sock *vpending; in vsock_add_pending()
369 struct vsock_sock *vpending = vsock_sk(pending); in vsock_remove_pending()
379 struct vsock_sock *vlistener; in vsock_enqueue_accept()
380 struct vsock_sock *vconnected; in vsock_enqueue_accept()
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()
499 struct vsock_sock *vlistener; in vsock_dequeue_accept()
500 struct vsock_sock *vconnected; in vsock_dequeue_accept()
508 struct vsock_sock, accept_queue); in vsock_dequeue_accept()
521 struct vsock_sock *vsk = vsock_sk(sk); in vsock_is_accept_queue_empty()
527 struct vsock_sock *vsk = vsock_sk(sk); in vsock_is_pending()
533 struct vsock_sock *vsk = vsock_sk(sk); in vsock_send_shutdown()
545 struct vsock_sock *vsk; in vsock_pending_work()
548 vsk = container_of(work, struct vsock_sock, pending_work.work); in vsock_pending_work()
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()
697 struct vsock_sock *psk; in __vsock_create()
698 struct vsock_sock *vsk; in __vsock_create()
757 struct vsock_sock *vsk; in __vsock_release()
792 struct vsock_sock *vsk = vsock_sk(sk); in vsock_sk_destruct()
823 s64 vsock_stream_has_data(struct vsock_sock *vsk) in vsock_stream_has_data()
829 s64 vsock_stream_has_space(struct vsock_sock *vsk) in vsock_stream_has_space()
868 struct vsock_sock *vsk; in vsock_getname()
960 struct vsock_sock *vsk; in vsock_poll()
1074 struct vsock_sock *vsk; in vsock_dgram_sendmsg()
1147 struct vsock_sock *vsk; in vsock_dgram_connect()
1187 struct vsock_sock *vsk = vsock_sk(sock->sk); in vsock_dgram_recvmsg()
1211 static int vsock_transport_cancel_pkt(struct vsock_sock *vsk) in vsock_transport_cancel_pkt()
1224 struct vsock_sock *vsk; in vsock_connect_timeout()
1227 vsk = container_of(work, struct vsock_sock, connect_work.work); in vsock_connect_timeout()
1250 struct vsock_sock *vsk; in vsock_stream_connect()
1387 struct vsock_sock *vconnected; in vsock_accept()
1467 struct vsock_sock *vsk; in vsock_listen()
1500 static void vsock_update_buffer_size(struct vsock_sock *vsk, in vsock_update_buffer_size()
1525 struct vsock_sock *vsk; in vsock_stream_setsockopt()
1606 struct vsock_sock *vsk; in vsock_stream_getsockopt()
1673 struct vsock_sock *vsk; in vsock_stream_sendmsg()
1814 struct vsock_sock *vsk; in vsock_stream_recvmsg()
2005 struct vsock_sock *vsk; in vsock_create()
2154 const struct vsock_transport *vsock_core_get_transport(struct vsock_sock *vsk) in vsock_core_get_transport()