Home
last modified time | relevance | path

Searched defs:vsk (Results 1 – 9 of 9) sorted by relevance

/net/vmw_vsock/
Dvirtio_transport_common.c34 virtio_transport_get_ops(struct vsock_sock *vsk) in virtio_transport_get_ops()
193 static int virtio_transport_send_pkt_info(struct vsock_sock *vsk, in virtio_transport_send_pkt_info()
294 static int virtio_transport_send_credit_update(struct vsock_sock *vsk) in virtio_transport_send_credit_update()
305 virtio_transport_stream_do_peek(struct vsock_sock *vsk, in virtio_transport_stream_do_peek()
354 virtio_transport_stream_do_dequeue(struct vsock_sock *vsk, in virtio_transport_stream_do_dequeue()
423 static int virtio_transport_seqpacket_do_dequeue(struct vsock_sock *vsk, in virtio_transport_seqpacket_do_dequeue()
496 virtio_transport_stream_dequeue(struct vsock_sock *vsk, in virtio_transport_stream_dequeue()
508 virtio_transport_seqpacket_dequeue(struct vsock_sock *vsk, in virtio_transport_seqpacket_dequeue()
520 virtio_transport_seqpacket_enqueue(struct vsock_sock *vsk, in virtio_transport_seqpacket_enqueue()
540 virtio_transport_dgram_dequeue(struct vsock_sock *vsk, in virtio_transport_dgram_dequeue()
[all …]
Dvmci_transport_notify.c15 #define PKT_FIELD(vsk, field_name) (vmci_trans(vsk)->notify.pkt.field_name) argument
17 static bool vmci_transport_notify_waiting_write(struct vsock_sock *vsk) in vmci_transport_notify_waiting_write()
86 static bool vmci_transport_notify_waiting_read(struct vsock_sock *vsk) in vmci_transport_notify_waiting_read()
112 struct vsock_sock *vsk; in vmci_transport_handle_waiting_read() local
142 struct vsock_sock *vsk; in vmci_transport_handle_waiting_write() local
171 struct vsock_sock *vsk; in vmci_transport_handle_read() local
183 struct vsock_sock *vsk; in send_waiting_read() local
225 struct vsock_sock *vsk; in send_waiting_write() local
261 struct vsock_sock *vsk; in vmci_transport_send_read_notification() local
307 struct vsock_sock *vsk = vsock_sk(sk); in vmci_transport_handle_wrote() local
[all …]
Daf_vsock.c170 #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()
[all …]
Dhyperv_transport.c92 struct vsock_sock *vsk; member
241 struct vsock_sock *vsk = vsock_sk(sk); in hvs_channel_cb() local
252 static void hvs_do_close_lock_held(struct vsock_sock *vsk, in hvs_do_close_lock_held()
431 static int hvs_sock_init(struct vsock_sock *vsk, struct vsock_sock *psk) in hvs_sock_init()
447 static int hvs_connect(struct vsock_sock *vsk) in hvs_connect()
475 static int hvs_shutdown(struct vsock_sock *vsk, int mode) in hvs_shutdown()
486 struct vsock_sock *vsk = in hvs_close_timeout() local
501 static bool hvs_close_lock_held(struct vsock_sock *vsk) in hvs_close_lock_held()
523 static void hvs_release(struct vsock_sock *vsk) in hvs_release()
532 static void hvs_destruct(struct vsock_sock *vsk) in hvs_destruct()
[all …]
Dvmci_transport_notify_qstate.c15 #define PKT_FIELD(vsk, field_name) \ argument
18 static bool vmci_transport_notify_waiting_write(struct vsock_sock *vsk) in vmci_transport_notify_waiting_write()
92 struct vsock_sock *vsk = vsock_sk(sk); in vsock_block_update_write_window() local
102 struct vsock_sock *vsk; in vmci_transport_send_read_notification() local
142 struct vsock_sock *vsk = vsock_sk(sk); in vmci_transport_notify_pkt_socket_init() local
150 static void vmci_transport_notify_pkt_socket_destruct(struct vsock_sock *vsk) in vmci_transport_notify_pkt_socket_destruct()
162 struct vsock_sock *vsk = vsock_sk(sk); in vmci_transport_notify_pkt_poll_in() local
184 struct vsock_sock *vsk = vsock_sk(sk); in vmci_transport_notify_pkt_poll_out() local
206 struct vsock_sock *vsk = vsock_sk(sk); in vmci_transport_notify_pkt_recv_init() local
260 struct vsock_sock *vsk; in vmci_transport_notify_pkt_recv_post_dequeue() local
[all …]
Dvmci_transport.c286 struct vsock_sock *vsk; in vmci_transport_send_control_pkt() local
319 struct vsock_sock *vsk; in vmci_transport_send_reset() local
450 static int vmci_transport_shutdown(struct vsock_sock *vsk, int mode) in vmci_transport_shutdown()
616 struct vsock_sock *vsk; in vmci_transport_recv_dgram_cb() local
677 struct vsock_sock *vsk; in vmci_transport_recv_stream_cb() local
805 struct vsock_sock *vsk; in vmci_transport_handle_detach() local
1284 struct vsock_sock *vsk; in vmci_transport_recv_connecting_client() local
1384 struct vsock_sock *vsk; in vmci_transport_recv_connecting_client_negotiate() local
1505 struct vsock_sock *vsk = vsock_sk(sk); in vmci_transport_recv_connecting_client_invalid() local
1525 struct vsock_sock *vsk; in vmci_transport_recv_connected() local
[all …]
Ddiag.c17 struct vsock_sock *vsk = vsock_sk(sk); in sk_diag_fill() local
51 struct vsock_sock *vsk; in vsock_diag_dump() local
Dvsock_loopback.c44 static int vsock_loopback_cancel_pkt(struct vsock_sock *vsk) in vsock_loopback_cancel_pkt()
Dvirtio_transport.c201 virtio_transport_cancel_pkt(struct vsock_sock *vsk) in virtio_transport_cancel_pkt()
361 struct vsock_sock *vsk = vsock_sk(sk); in virtio_vsock_reset_sock() local